/** Shopify CDN: Minification failed

Line 75:2 Expected percentage but found "0"
Line 743:2 "positon" is not a known CSS property
Line 3838:42 Expected "{" but found "and("
Line 3843:42 Expected "{" but found "and("
Line 3848:43 Expected "{" but found "and("
Line 4634:18 The "-" operator only works if there is whitespace on both sides
Line 4634:25 The "-" operator only works if there is whitespace on both sides
Line 4637:29 The "-" operator only works if there is whitespace on both sides
Line 4637:36 The "-" operator only works if there is whitespace on both sides
Line 4640:18 The "-" operator only works if there is whitespace on both sides
... and 91 more hidden warnings

**/
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */


 @font-face {
  src: url('/cdn/shop/t/28/assets/Gotham_Book_Regular.otf?v=160681007670555391921675325153') format("opentype");
  font-family: 'GothamBook';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  src: url('/cdn/shop/t/28/assets/Gotham_Bold_Regular.ttf?v=88103098662638377471675325153') format("truetype");
  font-family: 'GothamBold';
  font-style: normal;
  font-weight: normal;
  font-display: swap;

}

@font-face {
  src: url('/cdn/shop/t/28/assets/Gotham_Medium.otf?v=153635920366946821101675325153') format("opentype");
  font-family: 'GothamMedium';
  font-style: normal;
  font-weight: normal;
  font-display: swap; 
}

@font-face {
  src: url('/cdn/shop/files/Welcome_Drama.ttf?v=1716278707') format("truetype");
  font-family: 'Welcome-Drama';
  font-display: swap;
}

 /* @font-face {
  src: url('/cdn/shop/files/Inter-VariableFont_opsz_wght.woff2?v=1756814350') format("woff2");
  font-family: 'Inter';
  font-display: optional;
  font-style: normal;
  font-weight: 100 900;
} */

.cus-font-family-hand {
  font-family: 'Welcome-Drama';
  /* font-weight: 600 !important; */
}

.cus-font-size-72px {
  font-size: 55px;
}

@keyframes bounceIn {
  0,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 0.8s;
}

.animated.faster {
  animation-duration: 0.5s;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media(print) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/*! Lazyframe
https://github.com/vb/lazyframe
---------------------------------------------- */
.lazyframe {
  position: relative;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-size: cover;
}

.lazyframe__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 17px;
  z-index: 3;
}

.lazyframe__title:after {
  z-index: -1;
}

.lazyframe:hover {
  cursor: pointer;
}

.lazyframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.lazyframe[data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.deferred-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  aspect-ratio: var(--deferred-video-aspect-ratio, 16 / 9);
}

.deferred-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.deferred-video__trigger {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.deferred-video__poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.deferred-video__fallback {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background: #111;
}

.deferred-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 34'%3E%3Cpath fill='%23000000' d='M18 6l16 11-16 11V6z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  opacity: 0.98;
}

.deferred-video--loaded .deferred-video__trigger {
  display: none;
}

.deferred-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

.lazyframe[data-vendor=youtube],
.lazyframe[data-vendor=youtube_nocookie] {
  background-color: #e52d27;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.lazyframe[data-vendor=youtube] .lazyframe__title,
.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title {
  color: #eee;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.498039) 0 0 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.lazyframe[data-vendor=youtube] .lazyframe__title:hover,
.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title:hover {
  color: #fff;
}

.lazyframe[data-vendor=youtube] .lazyframe__title:before,
.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title:before {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  height: 98px;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
}

.lazyframe[data-vendor=youtube]:before,
.lazyframe[data-vendor=youtube_nocookie]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor=youtube][data-ratio="16:9"]:before,
.lazyframe[data-vendor=youtube_nocookie][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor=youtube][data-ratio="4:3"]:before,
.lazyframe[data-vendor=youtube_nocookie][data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-vendor=youtube][data-ratio="1:1"]:before,
.lazyframe[data-vendor=youtube_nocookie][data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor=youtube]:after,
.lazyframe[data-vendor=youtube_nocookie]:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.81;
  border: none;
  z-index: 4;
}

.lazyframe[data-vendor=youtube]:hover:after,
.lazyframe[data-vendor=youtube_nocookie]:hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
  opacity: 1;
}

.lazyframe[data-vendor=vimeo] {
  background-color: #00adef;
}

.lazyframe[data-vendor=vimeo] .lazyframe__title {
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #00adef;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-user-select: none;
  user-select: none;
  -webkit-font-smoothing: auto;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
}

.lazyframe[data-vendor=vimeo]:before {
  padding-top: 48.25%;
}

.lazyframe[data-vendor=vimeo][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor=vimeo][data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-vendor=vimeo][data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor=vimeo]:after {
  content: "";
  height: 40px;
  width: 65px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
}

.lazyframe[data-vendor=vimeo]:hover:after {
  background-color: #00adef;
}

.lazyframe[data-vendor=vine] {
  background-color: #00bf8f;
}

.lazyframe[data-vendor=vine] .lazyframe__title {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  z-index: 3;
  positon: relative;
}

.lazyframe[data-vendor=vine] .lazyframe__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 115px;
  padding: 24px 70px 24px 24px;
  background: linear-gradient(to top, rgba(23, 23, 23, 0) 0, rgba(23, 23, 23, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3171717", endColorstr="#00171717", GradientType=0);
}

.lazyframe[data-vendor=vine]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor=vine][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor=vine][data-ratio="4:3"]:before {
  padding-top: 75%;
}

.lazyframe[data-vendor=vine][data-ratio="1:1"]:before {
  padding-top: 100%;
}

.lazyframe[data-vendor=vine]:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
}

.lazyframe[data-vendor=vine]:hover:after {
  background-color: rgba(0, 0, 0, 0.75);
}

/* #Plyr
================================================== */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 50px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media(min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media(min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media(min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px 7px 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

@media(max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media(min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media(min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media(min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media(min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media(min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media(min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media(min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* #Model Viewer
================================================== */
.shopify-model-viewer-ui {
  position: relative;
  display: block;
  cursor: pointer;
}

.shopify-model-viewer-ui model-viewer {
  transform: translateZ(0);
  z-index: 1;
}

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area,
.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3a3a3a;
  border-radius: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: 0;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0;
  height: 44px;
  width: 44px;
  background: 0 0;
  position: relative;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0;
  right: 8px;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
  color: rgba(0, 0, 0, 0.55);
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* # Variables
================================================== */


/* # Mixins
================================================== */
ul.tabs,
.tabs,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.file,
.breadcrumb,
.button,
.is-unselectable,
.close,
.delete {
  -webkit-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after {
  font-family: "flex-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url("https://www.nextritionpet.com/cdn/shop/files/Vector.svg?v=1697021336");
  display: block;
  pointer-events: none;
  position: absolute;
  transform-origin: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;

}
.mobile-menu-link::after {
  font-family: "flex-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url("/cdn/shop/files/Vector_10_3.png?v=1727725643");
  display: block;
  pointer-events: none;
  position: absolute;
  transform-origin: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.navbar-link:not(.is-arrowless)::after{
  font-family: "flex-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  display: block;
  pointer-events: none;
  /* position: absolute; */
  transform-origin: center;
  top: 25%;
  transform: rotate(-90deg);
  font-size: 0.8em;
  margin-left:10px;
}
.navbar-item:hover .navbar-link:not(.is-arrowless)::after{
  transform: rotate(0deg);
  top: 4px;
}
.shopify-policy__container{
  padding-top: 150px;
}

.tabs:not(:last-child),
.highlight:not(:last-child),
.block:not(:last-child),
.notification:not(:last-child),
.content:not(:last-child),
.shopify-policy__body:not(:last-child),
.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}

.delete {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.delete::before,
.delete::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.delete::before {
  height: 2px;
  width: 50%;
}
.delete::after {
  height: 50%;
  width: 2px;
}
.delete:hover,
.delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.close {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
  padding: 0;
  color: currentColor;
  transition: 0.2s linear;
}
.close .icon {
  fill: currentColor;
  height: 50%;
  max-height: 50%;
  max-width: 50%;
  min-height: 50%;
  min-width: 50%;
  width: 50%;
}
.close:hover,
.close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.close:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after,
.select.is-loading::after,
.loader,
.button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* # Reset
================================================== */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

/* # Generic
================================================== */
html {
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background-color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

main {
  min-height: 30vh;
}

article,
aside,
figure,
footer,
header,
main,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: 'GothamBook', sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

a {
  color: #007ACE;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
a strong {
  color: currentColor;
}

/* a:hover {
  color: #51B2F5;
} */

code {
  padding: 0.25em 0.5em;
  font-size: 0.875em;
  font-weight: normal;
  color: #ff3860;
  background-color: #ffffff;
}

hr {
  display: block;
  height: 2px;
  margin: 1.5rem 0;
  background-color: #ffffff;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875rem;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
  font-size: 0.875rem;
  color: #000000;
  word-wrap: normal;
  white-space: pre;
  background-color: #ffffff;
}
pre code {
  padding: 0;
  font-size: 1em;
  color: currentColor;
  background-color: transparent;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}
table th {
  color: #000;
  font-weight: 600;
}

.table.is-bordered td,
.table.is-bordered th {
  padding: 5px;
  border: 1px solid #ebebeb;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.noscript {
  display: none;
}

/* # Fonts
================================================== */
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=8838af40901cfe9bba8631b0227b049e336dd292a963e37779889b323ddfea8b") format("woff2"), url("/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3a90f1da8ec1e03f976ee6e036a28200e0c9b5e652d92d7e080e7e3777c8beac") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=d1c9904ffa6d010799dc5ead6302a42feee7269c7d4f2d90d6fa312f4b0f8fae") format("woff2"), url("/cdn/fonts/open_sans/opensans_n7.4e2eb03bfa5cdc209fbd1b7b5ee863b8032f4b36.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=736d138eb23c4d32a10de3ce36fd203abd0f8fc5fed95324b7cb943123c30d38") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=e4d7ca5ffaea41e862a865d21bbc1c8ac6e15babcb533f3c488dd091ffba1f26") format("woff2"), url("/cdn/fonts/open_sans/opensans_i4.1cb364a3d4a7a0305132a25a76ac8fa7d381d3c6.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=807f7cb4658e4c0ebb83da4274ed5cc27fed826161bf86a8dd1fdeafc77fc29b") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i7.f2dd6989e403681b1042ba33de0a0ae8062b7ecb.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=a935312013a5d687a116ddd57b3bd2bd6a68975cbcb58cb5cebb26046c00f37c") format("woff2"), url("/cdn/fonts/open_sans/opensans_i7.2b1150c87b2f7e0338af40875cb176d5ab2ddad7.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98b24e127413a986119ee5035c57b0a40e08701c1a12cdd28b81d63846f890db") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=8838af40901cfe9bba8631b0227b049e336dd292a963e37779889b323ddfea8b") format("woff2"), url("/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3a90f1da8ec1e03f976ee6e036a28200e0c9b5e652d92d7e080e7e3777c8beac") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=d1c9904ffa6d010799dc5ead6302a42feee7269c7d4f2d90d6fa312f4b0f8fae") format("woff2"), url("/cdn/fonts/open_sans/opensans_n7.4e2eb03bfa5cdc209fbd1b7b5ee863b8032f4b36.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=736d138eb23c4d32a10de3ce36fd203abd0f8fc5fed95324b7cb943123c30d38") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=e4d7ca5ffaea41e862a865d21bbc1c8ac6e15babcb533f3c488dd091ffba1f26") format("woff2"), url("/cdn/fonts/open_sans/opensans_i4.1cb364a3d4a7a0305132a25a76ac8fa7d381d3c6.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=807f7cb4658e4c0ebb83da4274ed5cc27fed826161bf86a8dd1fdeafc77fc29b") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i7.f2dd6989e403681b1042ba33de0a0ae8062b7ecb.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=a935312013a5d687a116ddd57b3bd2bd6a68975cbcb58cb5cebb26046c00f37c") format("woff2"), url("/cdn/fonts/open_sans/opensans_i7.2b1150c87b2f7e0338af40875cb176d5ab2ddad7.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98b24e127413a986119ee5035c57b0a40e08701c1a12cdd28b81d63846f890db") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=8838af40901cfe9bba8631b0227b049e336dd292a963e37779889b323ddfea8b") format("woff2"), url("/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3a90f1da8ec1e03f976ee6e036a28200e0c9b5e652d92d7e080e7e3777c8beac") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=d1c9904ffa6d010799dc5ead6302a42feee7269c7d4f2d90d6fa312f4b0f8fae") format("woff2"), url("/cdn/fonts/open_sans/opensans_n7.4e2eb03bfa5cdc209fbd1b7b5ee863b8032f4b36.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=736d138eb23c4d32a10de3ce36fd203abd0f8fc5fed95324b7cb943123c30d38") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=e4d7ca5ffaea41e862a865d21bbc1c8ac6e15babcb533f3c488dd091ffba1f26") format("woff2"), url("/cdn/fonts/open_sans/opensans_i4.1cb364a3d4a7a0305132a25a76ac8fa7d381d3c6.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=807f7cb4658e4c0ebb83da4274ed5cc27fed826161bf86a8dd1fdeafc77fc29b") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i7.f2dd6989e403681b1042ba33de0a0ae8062b7ecb.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=a935312013a5d687a116ddd57b3bd2bd6a68975cbcb58cb5cebb26046c00f37c") format("woff2"), url("/cdn/fonts/open_sans/opensans_i7.2b1150c87b2f7e0338af40875cb176d5ab2ddad7.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98b24e127413a986119ee5035c57b0a40e08701c1a12cdd28b81d63846f890db") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=8838af40901cfe9bba8631b0227b049e336dd292a963e37779889b323ddfea8b") format("woff2"), url("/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3a90f1da8ec1e03f976ee6e036a28200e0c9b5e652d92d7e080e7e3777c8beac") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=d1c9904ffa6d010799dc5ead6302a42feee7269c7d4f2d90d6fa312f4b0f8fae") format("woff2"), url("/cdn/fonts/open_sans/opensans_n7.4e2eb03bfa5cdc209fbd1b7b5ee863b8032f4b36.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=736d138eb23c4d32a10de3ce36fd203abd0f8fc5fed95324b7cb943123c30d38") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=e4d7ca5ffaea41e862a865d21bbc1c8ac6e15babcb533f3c488dd091ffba1f26") format("woff2"), url("/cdn/fonts/open_sans/opensans_i4.1cb364a3d4a7a0305132a25a76ac8fa7d381d3c6.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=807f7cb4658e4c0ebb83da4274ed5cc27fed826161bf86a8dd1fdeafc77fc29b") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i7.f2dd6989e403681b1042ba33de0a0ae8062b7ecb.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=a935312013a5d687a116ddd57b3bd2bd6a68975cbcb58cb5cebb26046c00f37c") format("woff2"), url("/cdn/fonts/open_sans/opensans_i7.2b1150c87b2f7e0338af40875cb176d5ab2ddad7.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98b24e127413a986119ee5035c57b0a40e08701c1a12cdd28b81d63846f890db") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=8838af40901cfe9bba8631b0227b049e336dd292a963e37779889b323ddfea8b") format("woff2"), url("/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3a90f1da8ec1e03f976ee6e036a28200e0c9b5e652d92d7e080e7e3777c8beac") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=d1c9904ffa6d010799dc5ead6302a42feee7269c7d4f2d90d6fa312f4b0f8fae") format("woff2"), url("/cdn/fonts/open_sans/opensans_n7.4e2eb03bfa5cdc209fbd1b7b5ee863b8032f4b36.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=736d138eb23c4d32a10de3ce36fd203abd0f8fc5fed95324b7cb943123c30d38") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=e4d7ca5ffaea41e862a865d21bbc1c8ac6e15babcb533f3c488dd091ffba1f26") format("woff2"), url("/cdn/fonts/open_sans/opensans_i4.1cb364a3d4a7a0305132a25a76ac8fa7d381d3c6.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=807f7cb4658e4c0ebb83da4274ed5cc27fed826161bf86a8dd1fdeafc77fc29b") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i7.f2dd6989e403681b1042ba33de0a0ae8062b7ecb.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=a935312013a5d687a116ddd57b3bd2bd6a68975cbcb58cb5cebb26046c00f37c") format("woff2"), url("/cdn/fonts/open_sans/opensans_i7.2b1150c87b2f7e0338af40875cb176d5ab2ddad7.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98b24e127413a986119ee5035c57b0a40e08701c1a12cdd28b81d63846f890db") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=8838af40901cfe9bba8631b0227b049e336dd292a963e37779889b323ddfea8b") format("woff2"), url("/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3a90f1da8ec1e03f976ee6e036a28200e0c9b5e652d92d7e080e7e3777c8beac") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=d1c9904ffa6d010799dc5ead6302a42feee7269c7d4f2d90d6fa312f4b0f8fae") format("woff2"), url("/cdn/fonts/open_sans/opensans_n7.4e2eb03bfa5cdc209fbd1b7b5ee863b8032f4b36.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=736d138eb23c4d32a10de3ce36fd203abd0f8fc5fed95324b7cb943123c30d38") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=e4d7ca5ffaea41e862a865d21bbc1c8ac6e15babcb533f3c488dd091ffba1f26") format("woff2"), url("/cdn/fonts/open_sans/opensans_i4.1cb364a3d4a7a0305132a25a76ac8fa7d381d3c6.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=807f7cb4658e4c0ebb83da4274ed5cc27fed826161bf86a8dd1fdeafc77fc29b") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i7.f2dd6989e403681b1042ba33de0a0ae8062b7ecb.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=a935312013a5d687a116ddd57b3bd2bd6a68975cbcb58cb5cebb26046c00f37c") format("woff2"), url("/cdn/fonts/open_sans/opensans_i7.2b1150c87b2f7e0338af40875cb176d5ab2ddad7.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98b24e127413a986119ee5035c57b0a40e08701c1a12cdd28b81d63846f890db") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n3.e625f784016f3f6ecc60fbe32f43a8968a01f630.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98af945a237cf050b022e35dfa90d25894f5d910ff838387bc8c4f63b5376fe1") format("woff2"), url("/cdn/fonts/open_sans/opensans_n3.802efb07b3f5051e538f43bcf2ea8622d85014ad.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=6c47b0ec4f3a02c4d7d9f9079a42fe1287ee7333c7bcda7e7b3ba053154a7653") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i3.b96574b8fc32250fc5e056d1eec2d4eef8193064.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3f29b442bef55b3cc9c6ad1e657bfda1ecfc68472325c3913f7c179c0987ab34") format("woff2"), url("/cdn/fonts/open_sans/opensans_i3.0824557f2fc85ad602beaa6f5f27568602f0b60b.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=1ea43c251a2f3ae3ed5326f4a45a82e7d40817c0189facd507a39ca5a5a3a4fb") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=8838af40901cfe9bba8631b0227b049e336dd292a963e37779889b323ddfea8b") format("woff2"), url("/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3a90f1da8ec1e03f976ee6e036a28200e0c9b5e652d92d7e080e7e3777c8beac") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=d1c9904ffa6d010799dc5ead6302a42feee7269c7d4f2d90d6fa312f4b0f8fae") format("woff2"), url("/cdn/fonts/open_sans/opensans_n7.4e2eb03bfa5cdc209fbd1b7b5ee863b8032f4b36.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=736d138eb23c4d32a10de3ce36fd203abd0f8fc5fed95324b7cb943123c30d38") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=e4d7ca5ffaea41e862a865d21bbc1c8ac6e15babcb533f3c488dd091ffba1f26") format("woff2"), url("/cdn/fonts/open_sans/opensans_i4.1cb364a3d4a7a0305132a25a76ac8fa7d381d3c6.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=807f7cb4658e4c0ebb83da4274ed5cc27fed826161bf86a8dd1fdeafc77fc29b") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i7.f2dd6989e403681b1042ba33de0a0ae8062b7ecb.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=a935312013a5d687a116ddd57b3bd2bd6a68975cbcb58cb5cebb26046c00f37c") format("woff2"), url("/cdn/fonts/open_sans/opensans_i7.2b1150c87b2f7e0338af40875cb176d5ab2ddad7.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98b24e127413a986119ee5035c57b0a40e08701c1a12cdd28b81d63846f890db") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n3.e625f784016f3f6ecc60fbe32f43a8968a01f630.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98af945a237cf050b022e35dfa90d25894f5d910ff838387bc8c4f63b5376fe1") format("woff2"), url("/cdn/fonts/open_sans/opensans_n3.802efb07b3f5051e538f43bcf2ea8622d85014ad.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=6c47b0ec4f3a02c4d7d9f9079a42fe1287ee7333c7bcda7e7b3ba053154a7653") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i3.b96574b8fc32250fc5e056d1eec2d4eef8193064.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3f29b442bef55b3cc9c6ad1e657bfda1ecfc68472325c3913f7c179c0987ab34") format("woff2"), url("/cdn/fonts/open_sans/opensans_i3.0824557f2fc85ad602beaa6f5f27568602f0b60b.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=1ea43c251a2f3ae3ed5326f4a45a82e7d40817c0189facd507a39ca5a5a3a4fb") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=8838af40901cfe9bba8631b0227b049e336dd292a963e37779889b323ddfea8b") format("woff2"), url("/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3a90f1da8ec1e03f976ee6e036a28200e0c9b5e652d92d7e080e7e3777c8beac") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=d1c9904ffa6d010799dc5ead6302a42feee7269c7d4f2d90d6fa312f4b0f8fae") format("woff2"), url("/cdn/fonts/open_sans/opensans_n7.4e2eb03bfa5cdc209fbd1b7b5ee863b8032f4b36.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=736d138eb23c4d32a10de3ce36fd203abd0f8fc5fed95324b7cb943123c30d38") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=e4d7ca5ffaea41e862a865d21bbc1c8ac6e15babcb533f3c488dd091ffba1f26") format("woff2"), url("/cdn/fonts/open_sans/opensans_i4.1cb364a3d4a7a0305132a25a76ac8fa7d381d3c6.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=807f7cb4658e4c0ebb83da4274ed5cc27fed826161bf86a8dd1fdeafc77fc29b") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i7.f2dd6989e403681b1042ba33de0a0ae8062b7ecb.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=a935312013a5d687a116ddd57b3bd2bd6a68975cbcb58cb5cebb26046c00f37c") format("woff2"), url("/cdn/fonts/open_sans/opensans_i7.2b1150c87b2f7e0338af40875cb176d5ab2ddad7.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98b24e127413a986119ee5035c57b0a40e08701c1a12cdd28b81d63846f890db") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=8838af40901cfe9bba8631b0227b049e336dd292a963e37779889b323ddfea8b") format("woff2"), url("/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=3a90f1da8ec1e03f976ee6e036a28200e0c9b5e652d92d7e080e7e3777c8beac") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_n7.8bfd11295a1edbb769a778900a2afc48b16848e7.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=d1c9904ffa6d010799dc5ead6302a42feee7269c7d4f2d90d6fa312f4b0f8fae") format("woff2"), url("/cdn/fonts/open_sans/opensans_n7.4e2eb03bfa5cdc209fbd1b7b5ee863b8032f4b36.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=736d138eb23c4d32a10de3ce36fd203abd0f8fc5fed95324b7cb943123c30d38") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i4.3854a246d5acf17aab4c771d3d4542818d3a46a8.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=e4d7ca5ffaea41e862a865d21bbc1c8ac6e15babcb533f3c488dd091ffba1f26") format("woff2"), url("/cdn/fonts/open_sans/opensans_i4.1cb364a3d4a7a0305132a25a76ac8fa7d381d3c6.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=807f7cb4658e4c0ebb83da4274ed5cc27fed826161bf86a8dd1fdeafc77fc29b") format("woff");
}


@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("/cdn/fonts/open_sans/opensans_i7.f2dd6989e403681b1042ba33de0a0ae8062b7ecb.woff2?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=a935312013a5d687a116ddd57b3bd2bd6a68975cbcb58cb5cebb26046c00f37c") format("woff2"), url("/cdn/fonts/open_sans/opensans_i7.2b1150c87b2f7e0338af40875cb176d5ab2ddad7.woff?h1=bmV4dHJpdGlvbnBldC5jb20&h2=cXVpei1hcHAubmV4dHJpdGlvbnBldC5jb20&hmac=98b24e127413a986119ee5035c57b0a40e08701c1a12cdd28b81d63846f890db") format("woff");
}


@font-face {
  font-family: "flex-icon";
  src: url('/cdn/shop/t/28/assets/flex-icon.ttf?v=141001306366886470981675325153') format("truetype"), url('/cdn/shop/t/28/assets/flex-icon.woff?v=65562972783189949211675325153') format("woff"), url('/cdn/shop/t/28/assets/flex-icon.svg?v=122155750794120575381675325153') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* # Typography
================================================== */
body {
  font-family: 'GothamBook', sans-serif;
  font-size: 16px;
  font-weight: normal;
  /*   line-height: 1.5; */
  line-height: 24px;
  color: #000000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1 {
  font-family: 'GothamBold', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  text-transform: none;
  /*   line-height: 1.5; */
  line-height: 68px;
  color: #000000;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 798px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 56px;
  }
}
h1 > a,
h1 > a:link,
h1 > a:visited,
.h1 > a,
.h1 > a:link,
.h1 > a:visited {
  color: #000000;
}
h1 > a:hover,
h1 > a:focus,
.h1 > a:hover,
.h1 > a:focus {
  color: #51B2F5;
}

h2,
.h2 {
  font-family: 'GothamBold', sans-serif;
  font-weight: 400;
  font-style: normal;
  /*    font-size: 54px; */
  font-size: 44px;
  text-transform: none;
  /*   line-height: 1.5; */
  line-height: 56px;
  color: #000000;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 798px) {
  h2,
  .h2 {
    font-size: 33px;
    line-height: 40px;
  }
}
h2 > a,
h2 > a:link,
h2 > a:visited,
.h2 > a,
.h2 > a:link,
.h2 > a:visited {
  color: #000000;
}
h2 > a:hover,
h2 > a:focus,
.h2 > a:hover,
.h2 > a:focus {
  color: #51B2F5;
}

h3,
.h3 {
  font-family: 'GothamMedium', sans-serif;
  font-weight: 400;
  font-style: normal;
  /*   font-size: 48px; */
  font-size: 32px;
  text-transform: none;
  /*   line-height: 1.5; */
  line-height: 40px;
  color: #000000;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 798px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}
h3 > a,
h3 > a:link,
h3 > a:visited,
.h3 > a,
.h3 > a:link,
.h3 > a:visited {
  color: #000000;
}
h3 > a:hover,
h3 > a:focus,
.h3 > a:hover,
.h3 > a:focus {
  color: #51B2F5;
}

h4,
.h4 {
  font-family: 'GothamBook', sans-serif;
  font-weight: 400;
  font-style: normal;
  /*   font-size: 42px; */
  font-size: 24px;
  text-transform: none;
  /*   line-height: 1.5; */
  line-height: 32px;
  color: #000000;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 798px) {
  h4,
  .h4 {
    font-size: 23px;
  }
}
h4 > a,
h4 > a:link,
h4 > a:visited,
.h4 > a,
.h4 > a:link,
.h4 > a:visited {
  color: #000000;
}
h4 > a:hover,
h4 > a:focus,
.h4 > a:hover,
.h4 > a:focus {
  color: #51B2F5;
}

h5,
.h5 {
  font-family: 'GothamMedium', sans-serif;
  font-weight: 400;
  font-style: normal;
  /*   font-size: 39px; */
  font-size: 20px;
  text-transform: none;
  /*   line-height: 1.5; */
  line-height: 28px;
  color: #000000;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 798px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 24px;
  }
}
h5 > a,
h5 > a:link,
h5 > a:visited,
.h5 > a,
.h5 > a:link,
.h5 > a:visited {
  color: #000000;
}
h5 > a:hover,
h5 > a:focus,
.h5 > a:hover,
.h5 > a:focus {
  color: #51B2F5;
}

h6,
.h6 {
  font-family: 'GothamBook', sans-serif;
  font-weight: 400;
  font-style: normal;
  /*   font-size: 36px; */
  font-size: 18px;
  text-transform: none;
  /*   line-height: 1.5; */
  line-height: 26px;
  color: #000000;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 798px) {
  h6,
  .h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
h6 > a,
h6 > a:link,
h6 > a:visited,
.h6 > a,
.h6 > a:link,
.h6 > a:visited {
  color: #000000;
}
h6 > a:hover,
h6 > a:focus,
.h6 > a:hover,
.h6 > a:focus {
  color: #51B2F5;
}

a {
  color: #007ACE;
  text-decoration: none;
  cursor: pointer;
}
a strong {
  color: currentColor;
}

/* a:hover {
  color: #51B2F5;
} */

sub {
  font-size: smaller;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: smaller;
}

blockquote {
  font-size: larger;
  font-style: italic;
  line-height: 1.2;
}
blockquote cite {
  display: block;
  font-size: smaller;
}
blockquote cite::before {
  content: "— ";
}

.text-align-center {
  text-align: center;
}

.text-align-left,
.text-align-start {
  text-align: left;
}

.text-align-right,
.text-align-end {
  text-align: right;
}

.text-align-justify {
  text-align: justify;
}

.is-capitalized {
  text-transform: capitalize;
}

.is-lowercase {
  text-transform: lowercase;
}

.is-uppercase {
  text-transform: uppercase;
}

.is-italic {
  font-style: italic !important;
}

.text-is-large {
  font-size: larger;
}

.text-is-medium {
  font-size: initial;
}

.text-is-small {
  font-size: smaller;
}

.title,
.subtitle {
  overflow-wrap: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.125;
  color: #000000;
}
.title strong {
  font-weight: inherit;
  color: inherit;
}
.title + .highlight {
  margin-top: -0.75rem;
}
.title:not(.is-spaced) + .subtitle:not(.modal_price) {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.875rem;
}
.title.is-8 {
  font-size: 0.75rem;
}

.subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
}
.subtitle strong {
  font-weight: 600;
  color: inherit;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 3rem;
}
.subtitle.is-2 {
  font-size: 2.5rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.25rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.875rem;
}
.subtitle.is-8 {
  font-size: 0.75rem;
}

.large-heading {
  padding-bottom: 40px;
}

.signature {
  font-family: fantasy;
}

.heading-divider:not(.heading-divider--vertical) {
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
  border-bottom: none;
}

.heading-divider--short {
  width: 70px;
}

.heading-divider--long {
  width: 100%;
}

.heading-divider--vertical {
  width: 2px;
  height: 40px;
  background: #000000;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* # Helpers
================================================== */
.is-flex {
  display: flex;
}

.is-inline-flex {
  display: inline-flex;
}

.is-align-start,
.is-align-left {
  align-items: flex-start;
}

.is-align-end,
.is-align-right {
  align-items: flex-end;
}

.is-align-self-end,
.is-align-self-right {
  align-self: flex-end;
}

.is-align-baseline {
  align-items: baseline;
}

.is-align-center {
  align-items: center;
}

.is-align-stretch {
  align-items: stretch;
}

.is-justify-start,
.is-justify-left {
  justify-content: flex-start;
}

.is-justify-end,
.is-justify-right {
  justify-content: flex-end;
}

.is-justify-center {
  justify-content: center;
}

.is-justify-space-around {
  justify-content: space-around;
}

.is-justify-space-between {
  justify-content: space-between;
}

.is-flex-nowrap {
  flex-wrap: nowrap;
}

.is-flex-wrap {
  flex-wrap: wrap;
}

.is-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.is-flex-row {
  flex-direction: row;
}

.is-flex-row-reverse {
  flex-direction: row-reverse;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-column-reverse {
  flex-direction: column-reverse;
}

@media only screen and (max-width: 480px) {
  .is-flex-column--mobile {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .is-flex-column-reverse-mobile {
    flex-direction: column-reverse;
  }
}

.is-order-aligned-left {
  order: -1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-left {
    order: inherit;
  }
}

.is-order-aligned-right {
  order: 1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-right {
    order: inherit;
  }
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

.is-invisible {
  visibility: hidden !important;
}

@media only screen and (min-width: 481px) and(max-width: 798px) {
  .is-hidden-small {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) and(max-width: 1024px) {
  .is-hidden-medium {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and(max-width: 1400px) {
  .is-hidden-large {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

.has-padding-top {
  padding-top: 20px;
}

.has-padding-bottom {
  padding-bottom: 20px;
}

.has-padding-left {
  padding-left: 20px;
}

.has-padding-right {
  padding-right: 20px;
}

.has-padding {
  padding: 20px;
}

.has-large-padding-top {
  padding-top: calc(20px * 2);
}

.has-large-padding-bottom {
  padding-bottom: calc(20px * 2);
}

.has-small-padding-top {
  padding-top: calc(20px / 2);
}

.has-small-padding-bottom {
  padding-bottom: calc(20px / 2);
}

.has-margin-top {
  margin-top: 20px;
}

.has-margin-bottom {
  margin-bottom: 20px;
}

.has-margin-left {
  margin-left: 20px;
}

.has-margin-right {
  margin-right: 20px;
}

.has-margin {
  margin: 20px;
}

.border--true {
  border: 1px solid #ebebeb;
}

.border-top {
  border: none;
  border-top: 1px solid #ebebeb;
}

.border-bottom {
  border: none;
  border-bottom: 1px solid #ebebeb;
}

.border-right {
  border: none;
  border-right: 1px solid #ebebeb;
}

.border-left {
  border: none;
  border-left: 1px solid #ebebeb;
}

.box {
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.container-border--top::before {
  display: block;
  content: "";
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: left;
}
@media only screen and (max-width: 480px) {
  .container-border--top::before {
    width: 100%;
  }
}

.container-border--bottom::after {
  display: block;
  content: "";
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .container-border--bottom::after {
    width: 100%;
  }
}

.has-columns--2 {
  column-count: 2;
}
@media only screen and (max-width: 480px) {
  .has-columns--2 {
    column-count: 1;
  }
}

.has-columns--3 {
  column-count: 3;
}
@media only screen and (max-width: 480px) {
  .has-columns--3 {
    column-count: 1;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-relative {
  position: relative;
}

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

@media only screen and (max-width: 798px) {
  .is-fullwidth-mobile {
    width: 100vw !important;
    padding: 20px !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }
}

/* # Vendor override styles
================================================== */
[data-scroll-class] {
  opacity: 0;
  animation-delay: 0.2s;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #007ACE;
}

.fancybox-button {
  transition: opacity 0.3s ease-in-out;
}

.flickity-viewport {
  width: 100%;
}

.flickity-prev-next-button {
  position: absolute;
  display: flex;
}

.flickity-prev-next-button .flickity-button-icon {
  position: static;
  top: initial;
  left: initial;
  margin: auto;
}

.flickity-button {
  transition: background-color 0.3s ease-in-out;
}

.shopify-challenge__container {
  padding: 40px 0;
}

.flickity-resize .image-slideshow__slide {
  min-height: 100%;
}

.image-slideshow--fade .image-slideshow__slide {
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}
.image-slideshow--fade .image-slideshow__slide.is-selected {
  opacity: 1 !important;
}

.lazyframe {
  background-color: #000 !important;
}

.slider .flickity-slider li,
.flexslider .flickity-slider li {
  width: 100%;
  list-style: none;
  padding-left: 0.1%;
  /* Fix for Flickity pixel line */
  padding-right: 0.1%;
  /* Fix for Flickity pixel line */
  margin: 0 !important;
  /* Overwrite content margin */
}
.slider .flickity-slider li img,
.flexslider .flickity-slider li img {
  width: 100%;
}
.slider .flickity-page-dots,
.flexslider .flickity-page-dots {
  margin: 0;
}

.zoomImg {
  background-color: #ffffff;
}

/* # Grid/layout
================================================== */
.index {
  display: flex;
  flex-wrap: wrap;
}

.index-sections {
  overflow: hidden;
}

.dynamic-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.shopify-section {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .shopify-section {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.section {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.section.has-background {
  width: calc(95% - 20px);
  max-width: calc(1200px - 20px);
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
}
.section.is-width-half {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 798px) {
  .section.is-width-half {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .section.is-width-half .container.small-down--has-limit {
    max-width: 1200px;
    width: 95%;
  }
}
.section.is-width-wide {
  width: 100%;
  max-width: none;
}
.section.is-width-wide .container.has-limit {
  max-width: 1200px;
  width: 95%;
}
@media only screen and (max-width: 480px) {
  .section.is-width-wide .container.has-limit {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .section.is-width-wide .container.small-down--has-limit {
    max-width: 1200px;
    width: 95%;
  }
}

@media only screen and (max-width: 480px) {
  .section.section__wrapper {
    max-width: 1200px;
    width: 95%;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.container .column,
.container .columns {
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
}
.container.is-small {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .container.is-small {
    width: 60%;
  }
}
.container.is-medium {
  width: 70%;
}
@media only screen and (max-width: 480px) {
  .container.is-medium {
    width: 80%;
  }
}
.container.has-column-padding-bottom .column,
.container.has-column-padding-bottom .columns {
  margin-bottom: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .row .column,
  .row .columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

[class*=offset-by] {
  position: relative;
}
@media only screen and (max-width: 480px) {
  [class*=offset-by] {
    position: static;
  }
}

@media only screen and (max-width: 798px) {
  .has-gutter-enabled .has-gutter--mobile {
    margin-bottom: 20px;
  }
}

.has-gutter-enabled.has-multirow-blocks .has-gutter {
  margin-bottom: 20px;
}

/*================ Build Base Grid Classes ================*/
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.one {
  width: calc(6.25% - 20px);
}

.two {
  width: calc(12.5% - 20px);
}

.three {
  width: calc(18.75% - 20px);
}

.four {
  width: calc(25% - 20px);
}

.five {
  width: calc(31.25% - 20px);
}

.six {
  width: calc(37.5% - 20px);
}

.seven {
  width: calc(43.75% - 20px);
}

.eight {
  width: calc(50% - 20px);
}

.nine {
  width: calc(56.25% - 20px);
}

.ten {
  width: calc(62.5% - 20px);
}

.eleven {
  width: calc(68.75% - 20px);
}

.twelve {
  width: calc(75% - 20px);
}

.thirteen {
  width: calc(81.25% - 20px);
}

.fourteen {
  width: calc(87.5% - 20px);
}

.fifteen {
  width: calc(93.75% - 20px);
}

.sixteen {
  width: calc(100% - 20px);
}

.one-whole {
  width: calc(100% - 20px);
}

.one-half {
  width: calc(50% - 20px);
}

.one-third {
  width: calc(33.3333333333% - 20px);
}

.two-thirds {
  width: calc(66.6666666667% - 20px);
}

.one-fourth {
  width: calc(25% - 20px);
}

.two-fourths {
  width: calc(50% - 20px);
}

.three-fourths {
  width: calc(75% - 20px);
}

.one-fifth {
  width: calc(20% - 20px);
}

.two-fifths {
  width: calc(40% - 20px);
}

.three-fifths {
  width: calc(60% - 20px);
}

.four-fifths {
  width: calc(80% - 20px);
}

.one-sixth {
  width: calc(16.6666666667% - 20px);
}

.two-sixths {
  width: calc(33.3333333333% - 20px);
}

.three-sixths {
  width: calc(50% - 20px);
}

.four-sixths {
  width: calc(66.6666666667% - 20px);
}

.five-sixths {
  width: calc(83.3333333333% - 20px);
}

.one-seventh {
  width: calc(14.2857142857% - 20px);
}

.two-sevenths {
  width: calc(28.5714285714% - 20px);
}

.three-sevenths {
  width: calc(42.8571428571% - 20px);
}

.four-sevenths {
  width: calc(57.1428571429% - 20px);
}

.five-sevenths {
  width: calc(71.4285714286% - 20px);
}

.one-eighth {
  width: calc(12.5% - 20px);
}

.two-eighths {
  width: calc(25% - 20px);
}

.three-eighths {
  width: calc(37.5% - 20px);
}

.four-eighths {
  width: calc(50% - 20px);
}

.five-eighths {
  width: calc(62.5% - 20px);
}

.six-eighths {
  width: calc(75% - 20px);
}

.seven-eighths {
  width: calc(87.5% - 20px);
}

.one-tenth {
  width: calc(10% - 20px);
}

.two-tenths {
  width: calc(20% - 20px);
}

.three-tenths {
  width: calc(30% - 20px);
}

.four-tenths {
  width: calc(40% - 20px);
}

.five-tenths {
  width: calc(50% - 20px);
}

.six-tenths {
  width: calc(60% - 20px);
}

.seven-tenths {
  width: calc(70% - 20px);
}

.eight-tenths {
  width: calc(80% - 20px);
}

.nine-tenths {
  width: calc(90% - 20px);
}

.one-twelfth {
  width: calc(8.3333333333% - 20px);
}

.two-twelfths {
  width: calc(16.6666666667% - 20px);
}

.three-twelfths {
  width: calc(25% - 20px);
}

.four-twelfths {
  width: calc(33.3333333333% - 20px);
}

.five-twelfths {
  width: calc(41.6666666667% - 20px);
}

.six-twelfths {
  width: calc(50% - 20px);
}

.seven-twelfths {
  width: calc(58.3333333333% - 20px);
}

.eight-twelfths {
  width: calc(66.6666666667% - 20px);
}

.nine-twelfths {
  width: calc(75% - 20px);
}

.ten-twelfths {
  width: calc(83.3333333333% - 20px);
}

.eleven-twelfths {
  width: calc(91.6666666667% - 20px);
}

.offset-by-one {
  left: calc(6.25%);
}

.offset-by-two {
  left: calc(12.5%);
}

.offset-by-three {
  left: calc(18.75%);
}

.offset-by-four {
  left: calc(25%);
}

.offset-by-five {
  left: calc(31.25%);
}

.offset-by-six {
  left: calc(37.5%);
}

.offset-by-seven {
  left: calc(43.75%);
}

.offset-by-eight {
  left: calc(50%);
}

.offset-by-nine {
  left: calc(56.25%);
}

.offset-by-ten {
  left: calc(62.5%);
}

.offset-by-eleven {
  left: calc(68.75%);
}

.offset-by-twelve {
  left: calc(75%);
}

.offset-by-thirteen {
  left: calc(81.25%);
}

.offset-by-fourteen {
  left: calc(87.5%);
}

.offset-by-fifteen {
  left: calc(93.75%);
}

.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
  margin-right: 0;
}
.equal-columns--outside-trim .one-half:nth-of-type(2n + 1),
.equal-columns--outside-trim .eight:nth-of-type(2n + 1),
.equal-columns--outside-trim .one-third:nth-of-type(3n + 1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n + 1),
.equal-columns--outside-trim .four:nth-of-type(4n + 1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n + 1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n + 1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n + 1),
.equal-columns--outside-trim .two:nth-of-type(8n + 1) {
  margin-left: 0;
}
.equal-columns--outside-trim .one-whole:nth-of-type(1n + 1) {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.equal-columns--outside-trim .one-half {
  width: calc(50% -(20px -(20px / 2)));
}
.equal-columns--outside-trim .one-third {
  width: calc(33.3333333333% -(20px -(20px / 3)));
}
.equal-columns--outside-trim .one-fifth {
  width: calc(20% -(20px -(20px / 5)));
}
.equal-columns--outside-trim .one-fourth {
  width: calc(25% -(20px -(20px / 4)));
}
.equal-columns--outside-trim .one-sixth {
  width: calc(16.6666666667% -(20px -(20px / 6)));
}
.equal-columns--outside-trim .one-seventh {
  width: calc(14.2857142857% -(20px -(20px / 7)));
}
.equal-columns--outside-trim .two {
  width: calc(12.5% -(20px -(20px / 8)));
}
.equal-columns--outside-trim .four {
  width: calc(25% -(20px -(20px / 4)));
}
.equal-columns--outside-trim .seven {
  width: calc(43.75% -(20px -(20px / 2)));
}
.equal-columns--outside-trim .eight {
  width: calc(50% -(20px / 2));
}
.equal-columns--outside-trim .nine {
  width: calc(56.25% -(20px -(20px / 2)));
}

.has-no-side-gutter.has-background {
  padding-right: 0;
  padding-left: 0;
}
.has-no-side-gutter .one-whole,
.has-no-side-gutter .one-half,
.has-no-side-gutter .eight,
.has-no-side-gutter .one-third,
.has-no-side-gutter .two-thirds,
.has-no-side-gutter .one-fourth,
.has-no-side-gutter .four,
.has-no-side-gutter .one-fifth,
.has-no-side-gutter .three-fifths,
.has-no-side-gutter .two-fifths,
.has-no-side-gutter .one-sixth,
.has-no-side-gutter .one-seventh,
.has-no-side-gutter .one-eighth,
.has-no-side-gutter .two {
  margin-right: 0;
  margin-left: 0;
}
.has-no-side-gutter .first-column,.has-no-side-gutter .second-column,.has-no-side-gutter .third-column,.has-no-side-gutter .fourth-column{
  margin-right: 15px;
  margin-left: 0;
}
.has-no-side-gutter .first-column{
 min-width:26%;
}
.has-no-side-gutter .second-column{
  min-width:23%;
}
.has-no-side-gutter .third-column{
  min-width:23%;
}
.has-no-side-gutter .fourth-column{
  min-width:23%;
}
.has-no-side-gutter .one-whole {
  width: 100%;
}
.has-no-side-gutter .one-half {
  width: 50%;
}
.has-no-side-gutter .one-third {
  width: 33.3333333333%;
}
.has-no-side-gutter .one-fourth {
  width: 25%;
}
.has-no-side-gutter .one-fifth {
  width: 20%;
}
.has-no-side-gutter .two-fifths {
  width: 40%;
}
.has-no-side-gutter .three-fifths {
  width: 60%;
}
.has-no-side-gutter .one-sixth {
  width: 16.6666666667%;
}
.has-no-side-gutter .one-seventh {
  width: 14.2857142857%;
}
.has-no-side-gutter .one-eighth {
  width: 12.5%;
}
.has-no-side-gutter .two-thirds {
  width: 66.6666666667%;
}
.has-no-side-gutter .two {
  width: 12.5%;
}
.has-no-side-gutter .four {
  width: 25%;
}
.has-no-side-gutter .seven {
  width: 43.75%;
}
.has-no-side-gutter .eight {
  width: 50%;
}
.has-no-side-gutter .nine {
  width: 56.25%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 1024px) {
  .large-down--hidden {
    display: none !important;
  }

  .large-down--visible {
    display: block !important;
  }

  .large-down--one {
    width: calc(6.25% - 20px);
  }

  .large-down--two {
    width: calc(12.5% - 20px);
  }

  .large-down--three {
    width: calc(18.75% - 20px);
  }

  .large-down--four {
    width: calc(25% - 20px);
  }

  .large-down--five {
    width: calc(31.25% - 20px);
  }

  .large-down--six {
    width: calc(37.5% - 20px);
  }

  .large-down--seven {
    width: calc(43.75% - 20px);
  }

  .large-down--eight {
    width: calc(50% - 20px);
  }

  .large-down--nine {
    width: calc(56.25% - 20px);
  }

  .large-down--ten {
    width: calc(62.5% - 20px);
  }

  .large-down--eleven {
    width: calc(68.75% - 20px);
  }

  .large-down--twelve {
    width: calc(75% - 20px);
  }

  .large-down--thirteen {
    width: calc(81.25% - 20px);
  }

  .large-down--fourteen {
    width: calc(87.5% - 20px);
  }

  .large-down--fifteen {
    width: calc(93.75% - 20px);
  }

  .large-down--sixteen {
    width: calc(100% - 20px);
  }

  .large-down--one-whole {
    width: calc(100% - 20px);
  }

  .large-down--one-half {
    width: calc(50% - 20px);
  }

  .large-down--one-third {
    width: calc(33.3333333333% - 20px);
  }

  .large-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }

  .large-down--one-fourth {
    width: calc(25% - 20px);
  }

  .large-down--two-fourths {
    width: calc(50% - 20px);
  }

  .large-down--three-fourths {
    width: calc(75% - 20px);
  }

  .large-down--one-fifth {
    width: calc(20% - 20px);
  }

  .large-down--two-fifths {
    width: calc(40% - 20px);
  }

  .large-down--three-fifths {
    width: calc(60% - 20px);
  }

  .large-down--four-fifths {
    width: calc(80% - 20px);
  }

  .large-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }

  .large-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }

  .large-down--three-sixths {
    width: calc(50% - 20px);
  }

  .large-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }

  .large-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }

  .large-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }

  .large-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }

  .large-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }

  .large-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }

  .large-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }

  .large-down--one-eighth {
    width: calc(12.5% - 20px);
  }

  .large-down--two-eighths {
    width: calc(25% - 20px);
  }

  .large-down--three-eighths {
    width: calc(37.5% - 20px);
  }

  .large-down--four-eighths {
    width: calc(50% - 20px);
  }

  .large-down--five-eighths {
    width: calc(62.5% - 20px);
  }

  .large-down--six-eighths {
    width: calc(75% - 20px);
  }

  .large-down--seven-eighths {
    width: calc(87.5% - 20px);
  }

  .large-down--one-tenth {
    width: calc(10% - 20px);
  }

  .large-down--two-tenths {
    width: calc(20% - 20px);
  }

  .large-down--three-tenths {
    width: calc(30% - 20px);
  }

  .large-down--four-tenths {
    width: calc(40% - 20px);
  }

  .large-down--five-tenths {
    width: calc(50% - 20px);
  }

  .large-down--six-tenths {
    width: calc(60% - 20px);
  }

  .large-down--seven-tenths {
    width: calc(70% - 20px);
  }

  .large-down--eight-tenths {
    width: calc(80% - 20px);
  }

  .large-down--nine-tenths {
    width: calc(90% - 20px);
  }

  .large-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }

  .large-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }

  .large-down--three-twelfths {
    width: calc(25% - 20px);
  }

  .large-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }

  .large-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }

  .large-down--six-twelfths {
    width: calc(50% - 20px);
  }

  .large-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }

  .large-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }

  .large-down--nine-twelfths {
    width: calc(75% - 20px);
  }

  .large-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }

  .large-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }

  .large-down--offset-by-one {
    left: calc(6.25%);
  }

  .large-down--offset-by-two {
    left: calc(12.5%);
  }

  .large-down--offset-by-three {
    left: calc(18.75%);
  }

  .large-down--offset-by-four {
    left: calc(25%);
  }

  .large-down--offset-by-five {
    left: calc(31.25%);
  }

  .large-down--offset-by-six {
    left: calc(37.5%);
  }

  .large-down--offset-by-seven {
    left: calc(43.75%);
  }

  .large-down--offset-by-eight {
    left: calc(50%);
  }

  .large-down--offset-by-nine {
    left: calc(56.25%);
  }

  .large-down--offset-by-ten {
    left: calc(62.5%);
  }

  .large-down--offset-by-eleven {
    left: calc(68.75%);
  }

  .large-down--offset-by-twelve {
    left: calc(75%);
  }

  .large-down--offset-by-thirteen {
    left: calc(81.25%);
  }

  .large-down--offset-by-fourteen {
    left: calc(87.5%);
  }

  .large-down--offset-by-fifteen {
    left: calc(93.75%);
  }

  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) and(max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
  .equal-columns--outside-trim .large-down--eight.large-down--eight,
  .equal-columns--outside-trim .large-down--one-third.large-down--one-third,
  .equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
  .equal-columns--outside-trim .large-down--four.large-down--four,
  .equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
  .equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
  .equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
  .equal-columns--outside-trim .large-down--two.large-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n + 1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half {
    width: calc(50% -(20px -(20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-third {
    width: calc(33.3333333333% -(20px -(20px / 3)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fifth {
    width: calc(20% -(20px -(20px / 5)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fourth {
    width: calc(25% -(20px -(20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-sixth {
    width: calc(16.6666666667% -(20px -(20px / 6)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-seventh {
    width: calc(14.2857142857% -(20px -(20px / 7)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--two {
    width: calc(12.5% -(20px -(20px / 8)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--four {
    width: calc(25% -(20px -(20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--seven {
    width: calc(43.75% -(20px -(20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--eight {
    width: calc(50% -(20px / 2));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--nine {
    width: calc(56.25% -(20px -(20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .has-no-side-gutter.has-background {
    padding-right: 0;
    padding-left: 0;
  }
  .has-no-side-gutter .large-down--one-whole,
  .has-no-side-gutter .large-down--one-half,
  .has-no-side-gutter .large-down--eight,
  .has-no-side-gutter .large-down--one-third,
  .has-no-side-gutter .large-down--two-thirds,
  .has-no-side-gutter .large-down--one-fourth,
  .has-no-side-gutter .large-down--four,
  .has-no-side-gutter .large-down--one-fifth,
  .has-no-side-gutter .large-down--three-fifths,
  .has-no-side-gutter .large-down--two-fifths,
  .has-no-side-gutter .large-down--one-sixth,
  .has-no-side-gutter .large-down--one-seventh,
  .has-no-side-gutter .large-down--one-eighth,
  .has-no-side-gutter .large-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .large-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .large-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .large-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .large-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .large-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .large-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .large-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .large-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .large-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .large-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .large-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--four {
    width: 25%;
  }
  .has-no-side-gutter .large-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .large-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .large-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hidden {
    display: none !important;
  }

  .medium-down--visible {
    display: block !important;
  }

  .medium-down--one {
    width: calc(6.25% - 20px);
  }

  .medium-down--two {
    width: calc(12.5% - 20px);
  }

  .medium-down--three {
    width: calc(18.75% - 20px);
  }

  .medium-down--four {
    width: calc(25% - 20px);
  }

  .medium-down--five {
    width: calc(31.25% - 20px);
  }

  .medium-down--six {
    width: calc(37.5% - 20px);
  }

  .medium-down--seven {
    width: calc(43.75% - 20px);
  }

  .medium-down--eight {
    width: calc(50% - 20px);
  }

  .medium-down--nine {
    width: calc(56.25% - 20px);
  }

  .medium-down--ten {
    width: calc(62.5% - 20px);
  }

  .medium-down--eleven {
    width: calc(68.75% - 20px);
  }

  .medium-down--twelve {
    width: calc(75% - 20px);
  }

  .medium-down--thirteen {
    width: calc(81.25% - 20px);
  }

  .medium-down--fourteen {
    width: calc(87.5% - 20px);
  }

  .medium-down--fifteen {
    width: calc(93.75% - 20px);
  }

  .medium-down--sixteen {
    width: calc(100% - 20px);
  }

  .medium-down--one-whole {
    width: calc(100% - 20px);
  }

  .medium-down--one-half {
    width: calc(50% - 20px);
  }

  .medium-down--one-third {
    width: calc(33.3333333333% - 20px);
  }

  .medium-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }

  .medium-down--one-fourth {
    width: calc(25% - 20px);
  }

  .medium-down--two-fourths {
    width: calc(50% - 20px);
  }

  .medium-down--three-fourths {
    width: calc(75% - 20px);
  }

  .medium-down--one-fifth {
    width: calc(20% - 20px);
  }

  .medium-down--two-fifths {
    width: calc(40% - 20px);
  }

  .medium-down--three-fifths {
    width: calc(60% - 20px);
  }

  .medium-down--four-fifths {
    width: calc(80% - 20px);
  }

  .medium-down--four-fifths-imp {
    width: calc(80% - 20px) !important;
  }

  .medium-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }

  .medium-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }

  .medium-down--three-sixths {
    width: calc(50% - 20px);
  }

  .medium-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }

  .medium-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }

  .medium-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }

  .medium-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }

  .medium-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }

  .medium-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }

  .medium-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }

  .medium-down--one-eighth {
    width: calc(12.5% - 20px);
  }

  .medium-down--two-eighths {
    width: calc(25% - 20px);
  }

  .medium-down--three-eighths {
    width: calc(37.5% - 20px);
  }

  .medium-down--four-eighths {
    width: calc(50% - 20px);
  }

  .medium-down--five-eighths {
    width: calc(62.5% - 20px);
  }

  .medium-down--six-eighths {
    width: calc(75% - 20px);
  }

  .medium-down--seven-eighths {
    width: calc(87.5% - 20px);
  }

  .medium-down--one-tenth {
    width: calc(10% - 20px);
  }

  .medium-down--two-tenths {
    width: calc(20% - 20px);
  }

  .medium-down--three-tenths {
    width: calc(30% - 20px);
  }

  .medium-down--four-tenths {
    width: calc(40% - 20px);
  }

  .medium-down--five-tenths {
    width: calc(50% - 20px);
  }

  .medium-down--six-tenths {
    width: calc(60% - 20px);
  }

  .medium-down--seven-tenths {
    width: calc(70% - 20px);
  }

  .medium-down--eight-tenths {
    width: calc(80% - 20px);
  }

  .medium-down--nine-tenths {
    width: calc(90% - 20px);
  }

  .medium-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }

  .medium-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }

  .medium-down--three-twelfths {
    width: calc(25% - 20px);
  }

  .medium-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }

  .medium-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }

  .medium-down--six-twelfths {
    width: calc(50% - 20px);
  }

  .medium-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }

  .medium-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }

  .medium-down--nine-twelfths {
    width: calc(75% - 20px);
  }

  .medium-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }

  .medium-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }

  .medium-down--offset-by-one {
    left: calc(6.25%);
  }

  .medium-down--offset-by-two {
    left: calc(12.5%);
  }

  .medium-down--offset-by-three {
    left: calc(18.75%);
  }

  .medium-down--offset-by-four {
    left: calc(25%);
  }

  .medium-down--offset-by-five {
    left: calc(31.25%);
  }

  .medium-down--offset-by-six {
    left: calc(37.5%);
  }

  .medium-down--offset-by-seven {
    left: calc(43.75%);
  }

  .medium-down--offset-by-eight {
    left: calc(50%);
  }

  .medium-down--offset-by-nine {
    left: calc(56.25%);
  }

  .medium-down--offset-by-ten {
    left: calc(62.5%);
  }

  .medium-down--offset-by-eleven {
    left: calc(68.75%);
  }

  .medium-down--offset-by-twelve {
    left: calc(75%);
  }

  .medium-down--offset-by-thirteen {
    left: calc(81.25%);
  }

  .medium-down--offset-by-fourteen {
    left: calc(87.5%);
  }

  .medium-down--offset-by-fifteen {
    left: calc(93.75%);
  }

  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) and(max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
  .equal-columns--outside-trim .medium-down--eight.medium-down--eight,
  .equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
  .equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
  .equal-columns--outside-trim .medium-down--four.medium-down--four,
  .equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
  .equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
  .equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
  .equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n + 1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(50% -(20px -(20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-third {
    width: calc(33.3333333333% -(20px -(20px / 3)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fifth {
    width: calc(20% -(20px -(20px / 5)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fourth {
    width: calc(25% -(20px -(20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-sixth {
    width: calc(16.6666666667% -(20px -(20px / 6)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-seventh {
    width: calc(14.2857142857% -(20px -(20px / 7)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--two {
    width: calc(12.5% -(20px -(20px / 8)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--four {
    width: calc(25% -(20px -(20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--seven {
    width: calc(43.75% -(20px -(20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--eight {
    width: calc(50% -(20px / 2));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--nine {
    width: calc(56.25% -(20px -(20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .has-no-side-gutter.has-background {
    padding-right: 0;
    padding-left: 0;
  }
  .has-no-side-gutter .medium-down--one-whole,
  .has-no-side-gutter .medium-down--one-half,
  .has-no-side-gutter .medium-down--eight,
  .has-no-side-gutter .medium-down--one-third,
  .has-no-side-gutter .medium-down--two-thirds,
  .has-no-side-gutter .medium-down--one-fourth,
  .has-no-side-gutter .medium-down--four,
  .has-no-side-gutter .medium-down--one-fifth,
  .has-no-side-gutter .medium-down--three-fifths,
  .has-no-side-gutter .medium-down--two-fifths,
  .has-no-side-gutter .medium-down--one-sixth,
  .has-no-side-gutter .medium-down--one-seventh,
  .has-no-side-gutter .medium-down--one-eighth,
  .has-no-side-gutter .medium-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .medium-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .medium-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .medium-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .medium-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .medium-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .medium-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .medium-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .medium-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .medium-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--four {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .medium-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hidden {
    display: none !important;
  }

  .small-down--visible {
    display: block !important;
  }

  .small-down--one {
    width: calc(6.25% - 20px);
  }

  .small-down--two {
    width: calc(12.5% - 20px);
  }

  .small-down--three {
    width: calc(18.75% - 20px);
  }

  .small-down--four {
    width: calc(25% - 20px);
  }

  .small-down--five {
    width: calc(31.25% - 20px);
  }

  .small-down--six {
    width: calc(37.5% - 20px);
  }

  .small-down--seven {
    width: calc(43.75% - 20px);
  }

  .small-down--eight {
    width: calc(50% - 20px);
  }

  .small-down--nine {
    width: calc(56.25% - 20px);
  }

  .small-down--ten {
    width: calc(62.5% - 20px);
  }

  .small-down--eleven {
    width: calc(68.75% - 20px);
  }

  .small-down--twelve {
    width: calc(75% - 20px);
  }

  .small-down--thirteen {
    width: calc(81.25% - 20px);
  }

  .small-down--fourteen {
    width: calc(87.5% - 20px);
  }

  .small-down--fifteen {
    width: calc(93.75% - 20px);
  }

  .small-down--sixteen {
    width: calc(100% - 20px);
  }

  .small-down--one-whole {
    width: calc(100% - 20px);
  }

  .small-down--one-half {
    width: calc(50% - 20px);
  }

  .small-down--one-third {
    width: calc(33.3333333333% - 20px);
  }

  .small-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }

  .small-down--one-fourth {
    width: calc(25% - 20px);
  }

  .small-down--two-fourths {
    width: calc(50% - 20px);
  }

  .small-down--three-fourths {
    width: calc(75% - 20px);
  }

  .small-down--one-fifth {
    width: calc(20% - 20px);
  }

  .small-down--two-fifths {
    width: calc(40% - 20px);
  }

  .small-down--three-fifths {
    width: calc(60% - 20px);
  }

  .small-down--four-fifths {
    width: calc(80% - 20px);
  }

  .small-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }

  .small-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }

  .small-down--three-sixths {
    width: calc(50% - 20px);
  }

  .small-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }

  .small-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }

  .small-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }

  .small-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }

  .small-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }

  .small-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }

  .small-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }

  .small-down--one-eighth {
    width: calc(12.5% - 20px);
  }

  .small-down--two-eighths {
    width: calc(25% - 20px);
  }

  .small-down--three-eighths {
    width: calc(37.5% - 20px);
  }

  .small-down--four-eighths {
    width: calc(50% - 20px);
  }

  .small-down--five-eighths {
    width: calc(62.5% - 20px);
  }

  .small-down--six-eighths {
    width: calc(75% - 20px);
  }

  .small-down--seven-eighths {
    width: calc(87.5% - 20px);
  }

  .small-down--one-tenth {
    width: calc(10% - 20px);
  }

  .small-down--two-tenths {
    width: calc(20% - 20px);
  }

  .small-down--three-tenths {
    width: calc(30% - 20px);
  }

  .small-down--four-tenths {
    width: calc(40% - 20px);
  }

  .small-down--five-tenths {
    width: calc(50% - 20px);
  }

  .small-down--six-tenths {
    width: calc(60% - 20px);
  }

  .small-down--seven-tenths {
    width: calc(70% - 20px);
  }

  .small-down--eight-tenths {
    width: calc(80% - 20px);
  }

  .small-down--nine-tenths {
    width: calc(90% - 20px);
  }

  .small-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }

  .small-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }

  .small-down--three-twelfths {
    width: calc(25% - 20px);
  }

  .small-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }

  .small-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }

  .small-down--six-twelfths {
    width: calc(50% - 20px);
  }

  .small-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }

  .small-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }

  .small-down--nine-twelfths {
    width: calc(75% - 20px);
  }

  .small-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }

  .small-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }

  .small-down--offset-by-one {
    left: calc(6.25%);
  }

  .small-down--offset-by-two {
    left: calc(12.5%);
  }

  .small-down--offset-by-three {
    left: calc(18.75%);
  }

  .small-down--offset-by-four {
    left: calc(25%);
  }

  .small-down--offset-by-five {
    left: calc(31.25%);
  }

  .small-down--offset-by-six {
    left: calc(37.5%);
  }

  .small-down--offset-by-seven {
    left: calc(43.75%);
  }

  .small-down--offset-by-eight {
    left: calc(50%);
  }

  .small-down--offset-by-nine {
    left: calc(56.25%);
  }

  .small-down--offset-by-ten {
    left: calc(62.5%);
  }

  .small-down--offset-by-eleven {
    left: calc(68.75%);
  }

  .small-down--offset-by-twelve {
    left: calc(75%);
  }

  .small-down--offset-by-thirteen {
    left: calc(81.25%);
  }

  .small-down--offset-by-fourteen {
    left: calc(87.5%);
  }

  .small-down--offset-by-fifteen {
    left: calc(93.75%);
  }

  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) and(max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
  .equal-columns--outside-trim .small-down--eight.small-down--eight,
  .equal-columns--outside-trim .small-down--one-third.small-down--one-third,
  .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
  .equal-columns--outside-trim .small-down--four.small-down--four,
  .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
  .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
  .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
  .equal-columns--outside-trim .small-down--two.small-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n + 1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% -(20px -(20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-third {
    width: calc(33.3333333333% -(20px -(20px / 3)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fifth {
    width: calc(20% -(20px -(20px / 5)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fourth {
    width: calc(25% -(20px -(20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-sixth {
    width: calc(16.6666666667% -(20px -(20px / 6)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-seventh {
    width: calc(14.2857142857% -(20px -(20px / 7)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--two {
    width: calc(12.5% -(20px -(20px / 8)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--four {
    width: calc(25% -(20px -(20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--seven {
    width: calc(43.75% -(20px -(20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--eight {
    width: calc(50% -(20px / 2));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--nine {
    width: calc(56.25% -(20px -(20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .has-no-side-gutter.has-background {
    padding-right: 0;
    padding-left: 0;
  }
  .has-no-side-gutter .small-down--one-whole,
  .has-no-side-gutter .small-down--one-half,
  .has-no-side-gutter .small-down--eight,
  .has-no-side-gutter .small-down--one-third,
  .has-no-side-gutter .small-down--two-thirds,
  .has-no-side-gutter .small-down--one-fourth,
  .has-no-side-gutter .small-down--four,
  .has-no-side-gutter .small-down--one-fifth,
  .has-no-side-gutter .small-down--three-fifths,
  .has-no-side-gutter .small-down--two-fifths,
  .has-no-side-gutter .small-down--one-sixth,
  .has-no-side-gutter .small-down--one-seventh,
  .has-no-side-gutter .small-down--one-eighth,
  .has-no-side-gutter .small-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .small-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .small-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .small-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .small-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .small-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .small-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .small-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .small-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .small-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .small-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .small-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--four {
    width: 25%;
  }
  .has-no-side-gutter .small-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .small-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .small-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
/* # Control
================================================== */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.file-cta,
.file-name,
.select select,
.input,
.textarea,
.button {
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.375em - 1px) calc(0.625em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.file-cta:focus,
.file-name:focus,
.select select:focus,
.input:focus,
.textarea:focus,
.button:focus,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.is-focused.file-cta,
.is-focused.file-name,
.select select.is-focused,
.is-focused.input,
.is-focused.textarea,
.is-focused.button,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.file-cta:active,
.file-name:active,
.select select:active,
.input:active,
.textarea:active,
.button:active,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis,
.is-active.file-cta,
.is-active.file-name,
.select select.is-active,
.is-active.input,
.is-active.textarea,
.is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis,
[disabled].file-cta,
[disabled].file-name,
.select select[disabled],
[disabled].input,
[disabled].textarea,
[disabled].button,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .button {
  cursor: not-allowed;
}

/* # Media
================================================== */
.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(235, 235, 235, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(235, 235, 235, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media + .media.ajax-cart__product{
  border-top: 1px solid #D8D8D8;
  margin-top: 24px;
  padding-top: 24px;
  margin-bottom: 0;

}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

/* # Tile
================================================== */
.tile {
  display: flex;
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: min-content;
  overflow: hidden;
}
.tile .tile-image {
  display: block;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media only screen and (min-width: 481px) {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* # Badge
================================================== */
.header-cart__icon {
  display: flex;
  justify-content: center;
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
}

.badge {
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: calc(1rem * -0.3);
  left: calc(65% - 0.2rem);
  font-size: 0.7rem;
  background: #007ACE;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  letter-spacing: 0;
}

/* # Button
================================================== */
.button {
  font-family: 'GothamMedium', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding: calc(0.375em - 1px) 1em;
  text-align: center;
  text-transform: none;
  transition: background 0.2s ease-in-out;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 10px;
}
.button .icon.icon--cart {
  font-size: 14px;
}
.button .icon.icon--right {
  margin-left: 10px;
  margin-right: calc(-0.375em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}
.button:hover,
.button.is-hovered {
  border-color: #51B2F5;
  color: #51B2F5;
}
.button:focus,
.button.is-focused {
  border-color: #51B2F5;
  color: #51B2F5;
}
.button:focus:not(:active),
.button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 122, 206, 0.25);
}
.button:active,
.button.is-active {
  border-color: #51B2F5;
  color: #51B2F5;
}
.button.is-inverse {
  background-color: #363636;
  border-color: transparent;
  color: white;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  text-decoration: underline;
}
.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
  background-color: #ffffff;
  color: #363636;
}
.button.is-text:active,
.button.is-text.is-active {
  background-color: #f2f2f2;
  color: #363636;
}
.button.is-text[disabled],
fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-small {
  font-size: 0.75rem;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
  line-height: 1.25em;
  width: 100%;
}
.button[disabled],
fieldset[disabled] .button {
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% -(1em / 2));
  top: calc(50% -(1em / 2));
  position: absolute !important;
}
.button.is-loading--icon-only {
  background: transparent !important;
  border: transparent !important;
  font-size: 2rem !important;
  outline: none;
}
.button.is-loading--icon-only::after {
  color: #000000;
}
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
  line-height: 1.25em;
  width: 100%;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover,
.buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
}
.buttons.is-center {
  justify-content: center;
}
.buttons.is-right {
  justify-content: flex-end;
}


.button--primary,
a.button--primary.button {
  font-size: 1rem;
  border-radius: 0;
  width: auto;
  line-height: inherit;
  height: auto;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
  /* border-radius: 56px; */
}
.button--primary,
.button--primary:link,
.button--primary:visited,
a.button--primary.button,
a.button--primary.button:link,
a.button--primary.button:visited {
  color: #ffffff;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.button--primary:hover,
.button--primary.is-hovered,
a.button--primary.button:hover,
a.button--primary.button.is-hovered {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  background-color: #606060;
}
.button--primary:focus,
.button--primary.is-focused,
a.button--primary.button:focus,
a.button--primary.button.is-focused {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  background-color: #606060;
}
.button--primary:focus:not(:active),
.button--primary.is-focused:not(:active),
a.button--primary.button:focus:not(:active),
a.button--primary.button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 122, 206, 0.25);
}
.button--primary:active,
.button--primary.is-active,
a.button--primary.button:active,
a.button--primary.button.is-active {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  background-color: #606060;
}
.button--primary.is-inverted,
a.button--primary.button.is-inverted {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}
.button--primary.is-small,
a.button--primary.button.is-small {
  font-size: 0.75rem;
}
.button--primary.is-normal,
a.button--primary.button.is-normal {
  font-size: 1rem;
}
.button--primary.is-medium,
a.button--primary.button.is-medium {
  font-size: 1.25rem;
}
.button--primary.is-large,
a.button--primary.button.is-large {
  font-size: 1.5rem;
  line-height: 1.25em;
  width: 100%;
}

.button--secondary,
.action_button--secondary,
a.button--secondary.button {
  font-size: 1rem;
  border-radius: 0;
  line-height: inherit;
  width: auto;
  height: auto;
  max-width: 100%;
  white-space: normal;
}
.button--secondary,
.button--secondary:link,
.button--secondary:visited,
.action_button--secondary,
.action_button--secondary:link,
.action_button--secondary:visited,
a.button--secondary.button,
a.button--secondary.button:link,
a.button--secondary.button:visited {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.0);
  border-color: #000000;
}
.button--secondary:hover,
.button--secondary.is-hovered,
.action_button--secondary:hover,
.action_button--secondary.is-hovered,
a.button--secondary.button:hover,
a.button--secondary.button.is-hovered {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.button--secondary:focus,
.button--secondary.is-focused,
.action_button--secondary:focus,
.action_button--secondary.is-focused,
a.button--secondary.button:focus,
a.button--secondary.button.is-focused {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.button--secondary:focus:not(:active),
.button--secondary.is-focused:not(:active),
.action_button--secondary:focus:not(:active),
.action_button--secondary.is-focused:not(:active),
a.button--secondary.button:focus:not(:active),
a.button--secondary.button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 122, 206, 0.25);
}
.button--secondary:active,
.button--secondary.is-active,
.action_button--secondary:active,
.action_button--secondary.is-active,
a.button--secondary.button:active,
a.button--secondary.button.is-active {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.button--secondary.is-inverted,
.action_button--secondary.is-inverted,
a.button--secondary.button.is-inverted {
  color: rgba(0, 0, 0, 0.0);
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0.0);
}
.button--secondary.is-small,
.action_button--secondary.is-small,
a.button--secondary.button.is-small {
  font-size: 0.75rem;
}
.button--secondary.is-normal,
.action_button--secondary.is-normal,
a.button--secondary.button.is-normal {
  font-size: 1rem;
}
.button--secondary.is-medium,
.action_button--secondary.is-medium,
a.button--secondary.button.is-medium {
  font-size: 1.25rem;
}
.button--secondary.is-large,
.action_button--secondary.is-large,
a.button--secondary.button.is-large {
  font-size: 1.5rem;
  line-height: 1.25em;
  width: 100%;
}

.button--link-style,
a.button--link-style.button {
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid;
  height: auto;
  line-height: inherit;
  padding: 10px 24px;
  transition: 0.3s linear;
  background: transparent;
  max-width: 100%;
  white-space: normal;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  /* border-radius: 56px; */
  color: #fff !important;
  text-transform: uppercase;
}
.button--link-style,
.button--link-style:link,
.button--link-style:visited,
a.button--link-style.button,
a.button--link-style.button:link,
a.button--link-style.button:visited {
  color: #000000;
  border-bottom-color: #000000;
}
.button--link-style:hover,
.button--link-style.is-hovered,
a.button--link-style.button:hover,
a.button--link-style.button.is-hovered {
  color: #ccc;
  border-bottom-color: #ccc !important;
}
.button--link-style:focus,
.button--link-style.is-focused,
a.button--link-style.button:focus,
a.button--link-style.button.is-focused {
  color: #ccc;
  border-bottom-color: #ccc;
}
.button--link-style:active,
.button--link-style.is-active,
a.button--link-style.button:active,
a.button--link-style.button.is-active {
  color: #ccc;
  border-bottom-color: #ccc;
}
.button--link-style.is-within-form,
a.button--link-style.button.is-within-form {
  padding: calc(0.375em - 1px) 1em;
}

.button--add-to-cart,
a.button--add-to-cart.button {
  font-size: 1rem;
  border-radius: 2px;
  width: 100%;
  line-height: inherit;
}
.button--add-to-cart,
.button--add-to-cart:link,
.button--add-to-cart:visited,
a.button--add-to-cart.button,
a.button--add-to-cart.button:link,
a.button--add-to-cart.button:visited {
  color: #FFF;
  background-color: #c70000;
  border-color: rgba(0, 0, 0, 0);
}
.button--add-to-cart:hover,
.button--add-to-cart.is-hovered,
a.button--add-to-cart.button:hover,
a.button--add-to-cart.button.is-hovered {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: #000000;
}
.button--add-to-cart:focus,
.button--add-to-cart.is-focused,
a.button--add-to-cart.button:focus,
a.button--add-to-cart.button.is-focused {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0);
  background-color: #000000;
}
.button--add-to-cart:focus:not(:active),
.button--add-to-cart.is-focused:not(:active),
a.button--add-to-cart.button:focus:not(:active),
a.button--add-to-cart.button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 122, 206, 0.25);
}
.button--add-to-cart:active,
.button--add-to-cart.is-active,
a.button--add-to-cart.button:active,
a.button--add-to-cart.button.is-active {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0);
  background-color: #000000;
}
.button--add-to-cart.is-inverted,
a.button--add-to-cart.button.is-inverted {
  color: #c70000;
  background-color: #FFF;
  border-color: #c70000;
}
.button--add-to-cart.is-small,
a.button--add-to-cart.button.is-small {
  font-size: 0.75rem;
}
.button--add-to-cart.is-normal,
a.button--add-to-cart.button.is-normal {
  font-size: 1rem;
}
.button--add-to-cart.is-medium,
a.button--add-to-cart.button.is-medium {
  font-size: 1.25rem;
}
.button--add-to-cart.is-large,
a.button--add-to-cart.button.is-large {
  font-size: 1.5rem;
  line-height: 1.25em;
  width: 100%;
}

.shopify-challenge__button {
  font-size: 1rem;
  border-radius: 0;
  width: auto;
  line-height: inherit;
  height: auto;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
  padding: 0.5em 4em;
}
.shopify-challenge__button,
.shopify-challenge__button:link,
.shopify-challenge__button:visited {
  color: #ffffff;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.shopify-challenge__button:hover,
.shopify-challenge__button.is-hovered {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  background-color: #606060;
}
.shopify-challenge__button:focus,
.shopify-challenge__button.is-focused {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  background-color: #606060;
}
.shopify-challenge__button:focus:not(:active),
.shopify-challenge__button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 122, 206, 0.25);
}
.shopify-challenge__button:active,
.shopify-challenge__button.is-active {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  background-color: #606060;
}
.shopify-challenge__button.is-inverted {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}
.shopify-challenge__button.is-small {
  font-size: 0.75rem;
}
.shopify-challenge__button.is-normal {
  font-size: 1rem;
}
.shopify-challenge__button.is-medium {
  font-size: 1.25rem;
}
.shopify-challenge__button.is-large {
  font-size: 1.5rem;
  line-height: 1.25em;
  width: 100%;
}

/* # Content
================================================== */

.content li + li,
.shopify-policy__body li + li {
  margin-top: 0.25em;
}
/* .content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.shopify-policy__body p:not(:last-child),
.shopify-policy__body dl:not(:last-child),
.shopify-policy__body ol:not(:last-child),
.shopify-policy__body ul:not(:last-child),
.shopify-policy__body blockquote:not(:last-child),
.shopify-policy__body pre:not(:last-child),
.shopify-policy__body table:not(:last-child) {
  margin-bottom: 1em;
} */
/* .content h1,
.shopify-policy__body h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  word-wrap: break-word;
} */
.content h1:not(:first-child),
.shopify-policy__body h1:not(:first-child) {
  margin-top: 1em;
}
.content h2,
.shopify-policy__body h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
  word-wrap: break-word;
}
.content h2:not(:first-child),
.shopify-policy__body h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3,
.shopify-policy__body h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
  word-wrap: break-word;
}
.content h3:not(:first-child),
.shopify-policy__body h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4,
.shopify-policy__body h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
  word-wrap: break-word;
}
/* .content h5,
.shopify-policy__body h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
  word-wrap: break-word;
} */
/* .content h6,
.shopify-policy__body h6 {
  font-size: 1em;
  margin-bottom: 1em;
  word-wrap: break-word;
} */
.content blockquote,
.shopify-policy__body blockquote {
  background-color: #ffffff;
  border-left: 5px solid #ebebeb;
  padding: 1.25em 1.5em;
}
.content ol,
.shopify-policy__body ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]),
.shopify-policy__body ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha,
.shopify-policy__body ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman,
.shopify-policy__body ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha,
.shopify-policy__body ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman,
.shopify-policy__body ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul,
.shopify-policy__body ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul,
.shopify-policy__body ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul,
.shopify-policy__body ul ul ul {
  list-style-type: square;
}
.content dd,
.shopify-policy__body dd {
  margin-left: 2em;
}
.content figure,
.shopify-policy__body figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child),
.shopify-policy__body figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child),
.shopify-policy__body figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img,
.shopify-policy__body figure img {
  display: inline-block;
}
.content figure figcaption,
.shopify-policy__body figure figcaption {
  font-style: italic;
}
.content pre,
.shopify-policy__body pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub,
.shopify-policy__body sup,
.shopify-policy__body sub {
  font-size: 75%;
}
.content table,
.shopify-policy__body table {
  width: 100%;
}
.content table td,
.content table th,
.shopify-policy__body table td,
.shopify-policy__body table th {
  border: 1px solid #ebebeb;
  border-width: 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th,
.shopify-policy__body table th {
  color: #363636;
  text-align: left;
}
.content table thead td,
.content table thead th,
.shopify-policy__body table thead td,
.shopify-policy__body table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.content table tfoot td,
.content table tfoot th,
.shopify-policy__body table tfoot td,
.shopify-policy__body table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.content.is-small,
.shopify-policy__body.is-small {
  font-size: 0.75rem;
}
.content.is-medium,
.shopify-policy__body.is-medium {
  font-size: 1.25rem;
}
.content.is-large,
.shopify-policy__body.is-large {
  font-size: 1.5rem;
}

/* #Currency / Language switcher
================================================== */
.selectors-form {
  margin-bottom: 0;
}

.selectors-form__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 799px) and(max-width: 1024px) {
  .selectors-form__wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}

.selectors-form__item {
  margin-right: 20px;
}
.selectors-form__item:last-child {
  margin-right: 0;
}

.disclosure {
  position: relative;
}

.disclosure .disclosure__list-wrap {
  min-width: 100%;
}

@media only screen and (min-width: 799px) and(max-width: 1024px) {
  .disclosure--i18n,
  .disclosure--currency {
    margin-right: 0;
  }
}

.disclosure-text-style-none button.disclosure__toggle,
.disclosure-text-style-none button.disclosure__button {
  text-transform: capitalize;
}

.disclosure-text-style-uppercase button.disclosure__toggle,
.disclosure-text-style-uppercase button.disclosure__button {
  text-transform: uppercase;
}

.disclosure-text-style-lowercase button.disclosure__toggle,
.disclosure-text-style-lowercase button.disclosure__button {
  text-transform: lowercase;
}

.disclosure__toggle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-top: 5px;
  font-family: 'ChervinPro-Medium', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.disclosure__toggle:active {
  border-color: #ebebeb;
  box-shadow: none;
}
.disclosure__toggle.is-clicked,
.disclosure__toggle:focus,
.disclosure__toggle:hover,
.disclosure__toggle:focus-within {
  color: rgba(0, 0, 0, 0.33);
  background-color: #ffffff;
  border-color: #ebebeb;
}
.disclosure__toggle.is-clicked .icon,
.disclosure__toggle:focus .icon,
.disclosure__toggle:hover .icon,
.disclosure__toggle:focus-within .icon {
  transform: rotate(180deg);
}
.disclosure__toggle.is-clicked + .disclosure__list-wrap,
.disclosure__toggle:focus + .disclosure__list-wrap,
.disclosure__toggle:focus-within + .disclosure__list-wrap {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.disclosure__toggle .icon {
  width: 1rem;
  height: 1rem;
  margin-left: 10px;
  pointer-events: none;
  transition: transform 0.2s linear;
  transform: rotate(0deg);
}

.disclosure-list {
  padding: 0 10px;
  margin-bottom: 0;
  margin-left: 0;
  white-space: nowrap;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

li.disclosure-list__item {
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  list-style: none;
}

.disclosure__list-wrap {
  position: absolute;
  bottom: 100%;
  z-index: 12;
  padding-bottom: 10px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.disclosure__list-wrap.animated {
  animation-duration: 0.5s;
}

button.disclosure__button {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-family: 'ChervinPro-Medium', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
button.disclosure__button:hover,
button.disclosure__button[aria-current=true] {
  color: rgba(0, 0, 0, 0.33);
}

/* Mobile currency/language switcher */
.selectors-form--mobile {
  padding: 0.5rem 1.5rem;
}
.selectors-form--mobile .selectors-wrap {
  justify-content: flex-start;
}
.selectors-form--mobile .disclosure {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.selectors-form--mobile .disclosure:hover,
.selectors-form--mobile .disclosure[aria-current=true] {
  color: rgba(0, 0, 0, 0.33);
}
.selectors-form--mobile .disclosure.is-clicked .icon {
  transform: rotate(180deg);
}
.selectors-form--mobile .disclosure select {
  z-index: 2;
  padding: 10px 30px 10px 10px;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'ChervinPro-Medium', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-indent: 1px;
  text-overflow: "";
  text-transform: capitalize;
  background-color: transparent;
  border: 0;
}
.selectors-form--mobile .disclosure select option {
  text-transform: capitalize;
}
.selectors-form--mobile .disclosure .icon {
  position: absolute;
  right: 10px;
  transition: transform 0.2s linear;
  transform: rotate(0deg);
}

/* # Icon
================================================== */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.2rem;
  width: 1.2rem;
  fill: currentColor;
}
.is-large .icon {
  height: 1.8rem;
  width: 1.8rem;
}
.is-medium .icon {
  height: 1.2rem;
  width: 1.2rem;
}
.is-small .icon {
  height: 1rem;
  width: 1rem;
}
.icon svg {
  height: 100%;
  width: 100%;
}

/* # Image
================================================== */
/* Lazyloading styles */
.transition--fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.transition--fade-in.lazyloaded {
  opacity: 1;
}
.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
.image__container img {
  width: 100%;
}

.image-element__wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.image-element__wrap img {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.has-image-crop .image-element__wrap {
  height: 100%;
}
.has-image-crop img {
  height: 100% !important;
  object-fit: cover;
}
.has-image-crop.image-crop--left img {
  object-fit: cover;
  object-position: left;
}
.has-image-crop.image-crop--right img {
  object-fit: cover;
  object-position: right;
}
.has-image-crop.image-crop--center img {
  object-fit: cover;
  object-position: center;
}
.has-image-crop.image-crop--none {
  height: auto;
}
.has-image-crop.image-crop--none img {
  position: static;
  height: auto !important;
  object-fit: fill;
}

/* # Notification
================================================== */
.notification {
  background-color: #dbdbdb;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: white;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

/* # Other
================================================== */
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  align-items: center;
  background-color: #ffffff;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* # Placeholder
================================================== */
.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.placeholder-background .icon {
  border: 0;
}

/* # Social share
================================================== */
.share-btn.share-btn--twitter .button {
  color: #1DA1F1;
}
.share-btn.share-btn--twitter .button:hover {
  border-color: #1DA1F1;
  background-color: #1DA1F1;
}
.share-btn.share-btn--facebook .button {
  color: #4266B2;
}
.share-btn.share-btn--facebook .button:hover {
  border-color: #4266B2;
  background-color: #4266B2;
}
.share-btn.share-btn--pinterest .button {
  color: #E50122;
}
.share-btn.share-btn--pinterest .button:hover {
  border-color: #E50122;
  background-color: #E50122;
}
.share-btn.share-btn--mail .button {
  color: #F14336;
}
.share-btn.share-btn--mail .button:hover {
  border-color: #F14336;
  background-color: #F14336;
}
.share-btn .button {
  width: 38px;
  height: 38px;
}
.share-btn .button:hover {
  color: #FFFFFF;
}

.social-share-buttons--rounded .button {
  border-radius: 50%;
}

/* # Tag
================================================== */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag.tag--solid {
  background-color: rgba(0, 122, 206, 0.1);
}
.tags .tag.tag--solid a {
  color: #007ACE;
}
.tags .tag.tag--solid:hover {
  background-color: #007ace;
}
.tags .tag.tag--solid:hover a {
  color: #ffffff;
}
.tags .tag.tag--outline {
  background-color: transparent;
  border: 1px solid #007ACE;
}
.tags .tag.tag--outline a {
  color: #007ACE;
}
.tags .tag.tag--outline:hover {
  background-color: #007ACE;
}
.tags .tag.tag--outline:hover a {
  color: #ffffff;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 0;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.tags.are-outline .tag:not(.is-regular) {
  background-color: transparent;
  border: 1px solid #000000;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tags.is-center {
  justify-content: center;
}
.tags.is-center .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: #dbdbdb;
  border-radius: 4px;
  color: #000000;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
  margin-bottom: 0.3em;
  transition: background-color 0.3s ease-in-out;
}
.tag:not(body) a {
  color: #000000;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before,
.tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
  background-color: #cfcfcf;
}
.tag:not(body).is-delete:active {
  background-color: #c2c2c2;
}
.tag:not(body).is-rounded {
  border-radius: 290486px;
}
.tag:not(body).is-outline {
  background-color: transparent;
  border: 1px solid #000000;
}

a.tag:hover {
  text-decoration: underline;
}

.tag--sale:not(body) {
  background-color: #C70000;
  color: #ffffff;
}

.tag--new:not(body) {
  background-color: #007ACE;
  color: #ffffff;
}

.tag--best-seller:not(body) {
  background-color: #F0D00E;
  color: #ffffff;
}

.tag--coming-soon:not(body) {
  background-color: #585757;
  color: #ffffff;
}

.tag--staff-pick:not(body) {
  background-color: #222222;
  color: #ffffff;
}

.tag--pre-order:not(body) {
  background-color: #6E6E6F;
  color: #ffffff;
}

/* # AJAX cart - mini and drawer
================================================== */
.cart__count--text::before {
  content: "("; } .cart__count--text::after { content: ")";
}

#theme-ajax-cart {
  z-index: 50;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
}
@media only screen and (max-width: 798px) {
  #theme-ajax-cart {
    z-index: 70;
    max-height: 100dvh;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 799px) {
  #theme-ajax-cart {
    max-height: 100vh;
    overflow-y: auto;
  }
}

.ajax-cart {
  width: 100%;
  font-size: 12px;
  color: #000000;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
}
.ajax-cart a,
.ajax-cart a:active,
.ajax-cart a:visited {
  color: #000000;
}
.ajax-cart a:hover {
  color: #007ACE;
}

.is-drawer,
.is-mini-cart .card {
  background-color: #fff;
}

.ajax-cart__close-icon {
  position: absolute;
  right: 0;
  margin: 15px 10px;
  cursor: pointer;
}

.is-drawer .ajax-cart__close-icon {
  right: 80px;
  margin: 0;
  padding: 4px;
  cursor: pointer;
  line-height: 1;
  max-width: 24px;
  max-height: 24px;
}

.ajax-cart__cart-title {
  /* padding: 1rem; */
  font-weight: bold;
  /* border-bottom: 2px solid rgba(235, 235, 235, 0.5); */
  text-align: left;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 24px;
  line-height: 32px;
}

.ajax-cart__product {
  position: relative;
  align-items: flex-start;
  min-height: 120px;
  padding: 40px 0 0;
  margin-top: 0;
}

.ajax-cart__product-content{
  padding: 5.5px 0 0 0;
}

.ajax-cart__product:last-child {
  margin-bottom: 1rem;
}

.ajax-cart__product-image {
  margin-right: 16px;
  max-height: 85px;
  max-width: 85px;
}

.ajax-cart__product-image img{
  width: 85px;
  border-radius: 8px;
}

.ajax-cart__product-title{
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}

.ajax-cart__product-size{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  margin-bottom: 4px;
}

.ajax-cart__quantity-box {
  max-width: 150px;
  margin-top: 10px;
}
.ajax-cart__quantity-box .quantity-wrapper.quantity-style--box .quantity-input-control--fill {
  width: auto;
}

.ajax-cart__right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-start;
  justify-content: space-between;
}

.ajax-cart__unit-price {
  font-size: 0.8em;
}

.ajax-cart__price{
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}

.ajax-cart__price .was-price {
  margin-left: 3px;
}

.ajax-cart__line-items-discount .ajax-cart__price-comparison {
  display: flex;
  gap: 12px;
}
/* .ajax-cart__line-items-discount .ajax-cart__price-comparison p,
.ajax-cart__line-items-discount .ajax-cart__price-comparison s {
  padding: 5px 5px 5px 0;
} */
.ajax-cart__line-items-discount .line-item-discount__container {
  padding: 0;
  margin: 0;
  background: none;
}

 .ajax-cart__details-wrapper {
  padding: 0;
  /* border-top: 2px solid rgba(235, 235, 235, 0.5); */
} 
.ajax-cart__details-wrapper .ajax-cart__details-row {
  padding: 13px 0;
  align-items: center;
}
.line-item-subscribe-save{
  font-family: 'Inter';
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #BE2A2A;
}
.ajax-cart__subtotal .money,
.ajax-cart__row-description{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 798px) {
  .ajax-cart__details-wrapper .ajax-cart__row-description {
    max-width: 50%;
  }
}

.ajax-cart__note {
  width: 100%;
  min-height: 80px;
  padding: 0.625em;
  margin-top: 20px;
  font-size: inherit;
}

.ajax-cart__tos-checkbox {
  margin-top: 20px;
}

.ajax-cart__cart-message {
  margin-top: 20px;
}

.ajax-cart__empty-cart-message .icon {
  width: 2.4rem;
  height: 2.4rem;
}

.ajax-cart__empty-text {
  margin: 10px 0;
}

.ajax-cart__button {
  width: fit-content;
  padding: 8px 15px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
  background: #F00000;
  height: auto;
}
.ajax-cart__button.button .icon {
  width: 1em;
  height: 1em;
}
.ajax-cart__button.button .icon:first-child:last-child {
  margin-right: 5px;
  margin-left: 0;
}

.ajax-cart__cart-link {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}

.ajax-cart__button-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.ajax-cart__button-wrapper p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  cursor: pointer;
}

.ajax-cart__delete .close,
.ajax-cart__delete:hover .close {
  color: #000000;
}

.show-mini-cart #theme-ajax-cart.is-mini-cart {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

#theme-ajax-cart.is-mini-cart {
  position: absolute;
  top: 100%;
  right: 0;
  width: 420px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
#theme-ajax-cart.is-mini-cart .ajax-cart__empty-cart-message {
  padding-bottom: 1rem;
}
#theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical {
  top: 60%;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
}
@media only screen and (max-width: 798px) {
  #theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical {
    top: 100%;
    right: 0;
    left: auto;
    max-height: 100vh;
  }
}
#theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical a {
  color: #007ACE;
}
#theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical a:hover {
  color: #51B2F5;
}

.ajax-cart--mini-cart .ajax-cart__close-icon {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .touchevents .ajax-cart--mini-cart .ajax-cart__close-icon {
    display: block;
  }
}

.ajax-cart--drawer {
  position: relative;
  z-index: 50;
  padding: 40px 80px 54px 40px;
}

.ajax-cart__overlay {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 49;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s;
}
.ajax-cart__overlay.is-visible {
  right: 0;
  opacity: 1;
}
@media only screen and (max-width: 798px) {
  .ajax-cart__overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

#theme-ajax-cart.is-drawer {
  position: fixed;
  top: 0;
  right: -43%;
  bottom: 0;
  width: 43%;
  max-width: 599px;
  height: 100%;
  transition: right 0.3s ease-in-out;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media only screen and (max-width: 798px) {
  #theme-ajax-cart.is-drawer {
    right: -60%;
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  #theme-ajax-cart.is-drawer {
    right: -100%;
    width: 100%;
  }
}
#theme-ajax-cart.is-drawer.is-visible {
  right: 0;
}


@media only screen and (min-width: 799px) {
  #theme-ajax-cart.is-drawer.theme-ajax-cart--header-vertical {
    right: auto;
    left: -30%;
    width: 30%;
    margin-left: 20%;
    transition: left 0.3s ease-in-out;
  }
  #theme-ajax-cart.is-drawer.theme-ajax-cart--header-vertical.is-visible {
    left: 0;
  }
}

.ajax-cart__top-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ajax-cart__quantity-box{
    position: absolute;
    right: 0;
    margin-top: 0;
}

.ajax-cart__top-row .quantity-wrapper.quantity-style--box .quantity-input {
  padding: 0;
  width: 32px;
}

.ajax-cart__top-row .close {
  background-color: transparent;
}

.ajax-cart__top-row .ajax-cart__delete-icon {
  width: 18px;
}

.ajax-cart__selling-plan{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 799px){
  /* .ajax-cart__top-row{
    flex-direction: column;
  } */
  .ajax-cart__quantity-box{
    position: relative;
  }
}

/* # Breadcrumb
================================================== */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: #007ACE;
  display: flex;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
.breadcrumb a:hover {
  color: #51B2F5;
}
.breadcrumb li {
  align-items: center;
  display: flex;
  line-height: 2;
  white-space: normal;
}
.breadcrumb li:not(.tag):first-child span {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: #51B2F5;
  cursor: default;
  pointer-events: none;
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 480px) {
  .breadcrumb ul,
  .breadcrumb ol {
    justify-content: center;
  }
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-center ol,
.breadcrumb.is-center ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-small .icon {
  height: 0.75rem;
  width: 0.75rem;
}
.breadcrumb.is-regular {
  font-size: 1rem;
}
.breadcrumb.is-regular .icon {
  height: 1rem;
  width: 1rem;
}
.breadcrumb.is-large {
  font-size: 1.2rem;
}
.breadcrumb.is-large .icon {
  height: 1.2rem;
  width: 1.2rem;
}
.breadcrumb .page-navigation-arrows a {
  display: inline;
}

.page-navigation-arrows {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .page-navigation-arrows {
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
}
.page-navigation-arrows .page-navigation__divider {
  padding: 0 5px;
}

.breadcrumb-separator {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 480px) {
  .breadcrumb__container {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}

/* # Card
================================================== */
.card {
  background-color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #000000;
  max-width: 100%;
  position: relative;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
}

.card-header-title {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}
.card-header-title.is-center {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
    display: flex;
    background-color: transparent;
    padding: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #ebebeb;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ebebeb;
}

/* # Form
================================================== */

.input,
.textarea {
  background-color: white;
  border-color: #ebebeb;
  color: #363636;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.5);
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.5);
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(54, 54, 54, 0.5);
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.5);
}
.input:hover,
.input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #b5b5b5;
}
.input:focus,
.input.is-focused,
.input:active,
.input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #007ACE;
  box-shadow: 0 0 0 0.125em rgba(0, 122, 206, 0.25);
}
.input[disabled],
fieldset[disabled] .input,
.textarea[disabled],
fieldset[disabled] .textarea {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: #7a7a7a;
}
.input[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.input[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.input[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.input[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.input[readonly],
.textarea[readonly] {
  box-shadow: none;
}
.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.input.is-medium,
.textarea.is-medium {
  font-size: 1.25rem;
}
.input.is-large,
.textarea.is-large {
  font-size: 1.25rem;
  height: 2em;
}
.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}
.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.input.is-primary-btn-style {
  border-radius: 0;
  padding-left: 1em;
  padding-right: 1em;
}
.input.is-secondary-btn-style {
  border-radius: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}
.textarea.is-rounded {
  border-radius: 5px;
}
.textarea.is-primary-btn-style {
  border-radius: 0;
  padding-left: 1em;
  padding-right: 1em;
}
.textarea.is-secondary-btn-style {
  border-radius: 0;
  padding-left: 1em;
  padding-right: 1em;
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox input,
.radio input {
  cursor: pointer;
}
.checkbox:hover,
.radio:hover {
  color: #363636;
}
.checkbox[disabled],
fieldset[disabled] .checkbox,
.radio[disabled],
fieldset[disabled] .radio {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  position: relative;
  display: inline-block;
  width: -webkit-min-content;
  width: min-content;
  max-width: 100%;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after {
  border-color: #007ACE;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select.is-primary-btn-style select {
  border-radius: 0;
  padding-left: 1em;
}
.select.is-secondary-btn-style select {
  border-radius: 0;
  padding-left: 1em;
}
.select.is-wide {
  width: 100%;
}
.select.is-wide select {
  width: inherit;
}
.select select {
  background-color: white;
  border-color: #ebebeb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.5);
}
.select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.5);
}
.select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.5);
}
.select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.5);
}
.select select:hover,
.select select.is-hovered {
  border-color: #b5b5b5;
}
.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  border-color: #007ACE;
  box-shadow: 0 0 0 0.125em rgba(0, 122, 206, 0.25);
}
.select select[disabled],
fieldset[disabled] .select select {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: #7a7a7a;
}
.select select[disabled]::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: #ffffff;
}
.select select:not([multiple]):not(.is-arrowless) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.25rem;
}
.select.is-disabled::after {
  border-color: #7a7a7a;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-center {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}
.file-label:hover .file-name {
  border-color: #e5e5e5;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}
.file-label:active .file-name {
  border-color: #dedede;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #ebebeb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.file-name {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label,
.selector-wrapper label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.label:not(:last-child),
.selector-wrapper label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small,
.selector-wrapper label.is-small {
  font-size: 0.75rem;
}
.label.is-medium,
.selector-wrapper label.is-medium {
  font-size: 1.25rem;
}
.label.is-large,
.selector-wrapper label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
}
.field.has-addons.has-addons-center {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-center {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media only screen and (min-width: 799px) {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media only screen and (min-width: 481px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 799px) {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media only screen and (min-width: 799px) {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #7a7a7a;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.5rem;
}
.control.has-icons-left .input.is-regular ~ .icon,
.control.has-icons-left .select.is-regular ~ .icon,
.control.has-icons-right .input.is-regular ~ .icon,
.control.has-icons-right .select.is-regular ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.25rem;
}
.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #dbdbdb;
  height: 1.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1.8em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}
.control.has-icons-left .icon {
  left: 0;
  top: 50%;
  transform: translate(40%, -50%);
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}
.control.has-icons-right .icon {
  right: 0;
}
.control.has-icons-right .icon.is-right {
  left: initial;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.newsletter-section.has-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 798px) {
  .newsletter-section.newsletter-section--is-width-half {
    height: auto;
  }
}
.newsletter-section .dark-overlay-true {
  position: static;
}
@media only screen and (min-width: 799px) {
  .newsletter-section.has-full-width-crop {
    padding: 0;
  }
  .newsletter-section.has-full-width-crop .column {
    margin: 0;
    width: 100%;
  }
  .newsletter-section.has-full-width-crop .newsletter__wrapper {
    max-width: 100%;
  }
}
.newsletter-section.newsletter-section--popup {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
.newsletter-section.newsletter-section--popup .newsletter__wrapper {
  max-width: 100%;
  padding: 2em 2em 0;
}

.newsletter__image--mobile-wrapper {
  display: none;
}
.newsletter__image--mobile-wrapper.has-image-crop {
  padding-bottom: 100%;
}
.newsletter__image--mobile-wrapper.has-image-crop img {
  position: absolute;
}
@media only screen and (max-width: 798px) {
  .newsletter__image--mobile-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
  }
}

.newsletter-container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-self: normal;
  width: 100%;
  z-index: 3;
  position: relative;
}

.newsletter-form.is-responsive {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.newsletter-form .field {
  justify-content: center;
  flex: 1 0 100%;
  margin-bottom: 20px;
}
.newsletter-form .field.is-stretched-width {
  flex: 3 0 50%;
  min-width: 200px;
  max-width: 100%;
}
.newsletter-form .field.is-default-width {
  flex: 1 0 auto;
  min-width: 150px;
}
.newsletter-form .field.is-default-width .button {
  width: 100%;
  border-radius:7px;
}
.newsletter-form .field.is-full-width {
  flex-basis: 100%;
}
.newsletter-form .field label {
  text-align: left;
}
.newsletter-form .field .control {
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .newsletter-form .field .control {
    width: 100%;
  }
}

.newsletter__image {
  position: relative;
}
.newsletter__image img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 798px) {
  .newsletter__image img {
    position: static;
  }
}
.newsletter__image.image-crop--none img {
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 798px) {
  .newsletter__image {
    display: none;
  }
}

@media only screen and (min-width: 799px) {
  .is-active-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.newsletter__wrapper {
  padding: 40px;
  max-width: 55%;
}
@media only screen and (max-width: 480px) {
  .newsletter__wrapper {
    max-width: 100%;
  }
}

.newsletter__text-wrapper {
  width: calc(100% - 12px);
}

.newsletter__subheading {
  margin-bottom: 20px;
}

.contact-form__form-errors .form__error {
  margin-bottom: 15px;
  background: #ffdd57;
}
.contact-form__form-errors .form__error strong {
  font-weight: 400;
}

@media only screen and (max-width: 480px) {
  .button,
  .input,
  .textarea,
  .select select {
    font-size: 16px !important;
  }
}

/* #Message
================================================== */
.message {
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.75rem;
}
.message.is-medium {
  font-size: 1.25rem;
}
.message.is-large {
  font-size: 1.5rem;
}

.message-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: white;
}
.message-body pre code {
  background-color: transparent;
}

/* # Navbar
================================================== */

.navbar {
  min-height: 3.25rem;
  position: relative;
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 #ffffff;
}
.navbar.is-transparent {
  background-color: transparent;
}

.is-fixed-bottom,
.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 70;
}

.is-fixed-bottom {
  bottom: 0;
}
.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 #ffffff;
}

.is-fixed-top {
  top: 0;
}

html.has-fixed-bottom,
body.has-fixed-bottom {
  padding-bottom: var(--header-height);
}

.fixed-message__text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media only screen and (max-width: 798px) {
  .fixed-message__text {
    width: 100%;
  }
}

@media only screen and (max-width: 798px) {
  .fixed-message__button {
    padding-bottom: 20px;
    width: 100%;
  }
}
.fixed-message__button .button {
  min-height: 2.25em;
  height: auto;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: inherit;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item {
  display: block;
  line-height: 1.5;
  padding: 0;
  position: relative;
}

.navbar-link {
  display: block;
  line-height: 1.5;
  padding: 1rem 0.75rem;
  position: relative;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:hover {
  border-bottom-color: #007ACE;
}
.navbar-item.is-tab.is-active {
  border-bottom-color: #007ACE;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  right: 1em;
}

.navbar-dropdown {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.navbar-dropdown .navbar-link,
.navbar-dropdown .navbar-item {
  color: #000000;
  font-size: 12px;
  text-transform: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-dropdown .navbar-link:hover,
.navbar-dropdown .navbar-item:hover {
  color: #007ACE;
}
.navbar-dropdown .navbar-link {
  padding-top: 0;
}

.navbar-divider {
  background-color: #ffffff;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media only screen and (max-width: 798px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }

  .navbar.is-fixed-bottom-touch,
  .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 70;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media only screen and (min-width: 799px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:hover,
  .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }

  .dropdown-click--false .navbar-item.has-dropdown:hover .navbar-dropdown,
  .dropdown-click--false .navbar-item.has-dropdown.show-dropdown .navbar-dropdown,
  .dropdown-click--false .navbar-item.has-mega-menu:hover .navbar-dropdown,
  .dropdown-click--false .navbar-item.has-mega-menu.show-dropdown .navbar-dropdown {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .dropdown-click--true .navbar-item.has-dropdown.is-opened .navbar-dropdown,
  .dropdown-click--true .navbar-item.has-mega-menu.is-opened .navbar-dropdown {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .navbar-item {
    display: flex;
  }
  .navbar-item.has-dropdown a:after,
  .navbar-item.has-mega-menu a:after {
    font-size: 12px;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active:hover .navbar-dropdown .navbar.is-spaced,
  .navbar-item.is-active:hover .navbar-dropdown.is-boxed,
  .navbar-item.is-hoverable:hover .navbar-dropdown .navbar.is-spaced,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .has-submenu input:checked ~ .navbar-submenu {
    display: block;
  }

  .has-submenu label .navbar-link::after {
    top: 37%;
  }

  .has-submenu input:checked + label .navbar-link::after {
    transform: translateY(-60%) rotate(180deg);
  }

  .dropdown-style-horizontal .navbar-item.is-active,
  .dropdown-style-horizontal .navbar-item.is-hoverable:hover .navbar-dropdown .section {
    display: flex;
    flex-wrap: wrap;
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
    background-color: #ffffff;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 20;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
  }
  .navbar-dropdown.navbar-dropdown--below-parent {
    top: 90%;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-dropdown.is-vertical {
    padding: 1rem 0.8em;
    max-width: 300px;
    min-width: 200px;
  }
  .navbar-dropdown.is-horizontal {
    padding: 1.2em 0;
    width: 100%;
  }
  .navbar-dropdown .navbar-link span {
    max-width: 80%;
  }

  .show-nested-dropdown .has-submenu .navbar-submenu {
    display: block;
  }

  .navbar-link::after {
    transition: transform 0.2s linear;
  }

  .dropdown-click--false .has-dropdown:hover > .header__link,
  .dropdown-click--false .has-dropdown:hover > .header__link > a,
  .dropdown-click--false .has-mega-menu:hover > .header__link,
  .dropdown-click--false .has-mega-menu:hover > .header__link > a,
  .has-dropdown.is-opened > .header__link,
  .has-dropdown.is-opened > .header__link > a,
  .has-mega-menu.is-opened > .header__link,
  .has-mega-menu.is-opened > .header__link > a {
    color: #51B2F5;
  }
  .dropdown-click--false .has-dropdown:hover > .navbar-link::after,
  .dropdown-click--false .has-mega-menu:hover > .navbar-link::after,
  .has-dropdown.is-opened > .navbar-link::after,
  .has-mega-menu.is-opened > .navbar-link::after {
    transform: translateY(-60%) rotate(180deg);
  }

  .horizontal-dropdown__column .navbar-submenu {
    margin-bottom: 0;
  }

  .navbar-submenu {
    display: none;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    border-left: 2px solid rgba(0, 0, 0, 0.3);
  }
  .navbar-submenu li:first-child .navbar-item {
    padding-top: 0;
  }
  .navbar-submenu li:last-child .navbar-item {
    padding-bottom: 0;
  }
  .navbar-submenu .navbar-item,
  .navbar-submenu .navbar-link {
    white-space: normal;
    padding: 10px 15px;
  }

  .has-small-vertical-spacing .menu__heading {
    padding-bottom: 5px;
  }
  .has-small-vertical-spacing .navbar-item {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .has-small-vertical-spacing .navbar-link {
    padding-bottom: 5px;
  }
  .has-small-vertical-spacing > .navbar-item:last-child {
    padding-bottom: 0;
  }

  .has-medium-vertical-spacing .menu__heading {
    padding-bottom: 10px;
  }
  .has-medium-vertical-spacing .navbar-item {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .has-medium-vertical-spacing .navbar-link {
    padding-bottom: 10px;
  }
  .has-medium-vertical-spacing > .navbar-item:last-child {
    padding-bottom: 0;
  }

  .has-large-vertical-spacing .menu__heading {
    padding-bottom: 15px;
  }
  .has-large-vertical-spacing .navbar-item {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .has-large-vertical-spacing .navbar-link {
    padding-bottom: 15px;
  }
  .has-large-vertical-spacing > .navbar-item:last-child {
    padding-bottom: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop,
  .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 70;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
  }
}
.box-shadow-false .navbar-dropdown,
.box-shadow-false .mega-menu {
  box-shadow: none;
}

/* # Pagination
================================================== */
.paginate {
  display: inline-block;
}
@media only screen and (max-width: 798px) {
  .paginate {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination .pagination-previous {
  margin-right: 16px;
}
.pagination .pagination-next {
  margin-left: 16px;
}
.pagination.is-small {
  font-size: 0.75rem;
}
.pagination.is-medium {
  font-size: 1.25rem;
}
.pagination.is-large {
  font-size: 1.5rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: rgba(0, 0, 0, 0.2);
  color: #000000;
  min-width: 2.25em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #51B2F5;
  color: #51B2F5;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #51B2F5;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #007ACE;
  border-color: #007ACE;
  color: #ffffff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

@media only screen and (max-width: 798px) {
  .pagination .pagination-previous,
  .pagination .pagination-next {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .pagination.paginate--both {
    flex-wrap: wrap;
  }
  .pagination.paginate--both .pagination-previous,
  .pagination.paginate--both .pagination-next {
    order: 2;
  }
}
@media only screen and (min-width: 799px) {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
  }

  .pagination {
    justify-content: space-between;
  }
  .pagination.is-center .pagination-previous {
    order: 1;
  }
  .pagination.is-center .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-center .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.pagination-button__infinite-scroll:not(.is-loading) {
  display: none;
}

/* # Tabs
================================================== */
.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
}
.tabs a {
  align-items: center;
  border-bottom-color: #ebebeb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #000000;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}
.tabs a:hover * {
  color: #363636;
}
.tabs li {
  display: block;
  margin-top: 0.25em;
}
.tabs li.active a,
.tabs li.is-active a {
  border-bottom-color: #007ACE;
  color: #007ACE;
}
.tabs li.active a *,
.tabs li.is-active a * {
  color: #363636;
}
.tabs li a * {
  margin-bottom: 0;
  font-size: 1rem;
}
.tabs ul {
  align-items: center;
  border-bottom-color: #ebebeb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
  margin-left: 0;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-center ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 1.25rem;
}
.tabs.is-large {
  font-size: 1.5rem;
}

.tabs-content {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  width: 100%;
}
.tabs-content > li {
  display: none;
  width: 100%;
}
.tabs-content > li.is-active,
.tabs-content > li.active {
  display: block;
}

ul.tabs {
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom-color: #ebebeb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-left: 0;
  margin-left: 0;
}
ul.tabs a {
  align-items: center;
  border-bottom-color: #ebebeb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #000000;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
ul.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}
ul.tabs li {
  display: block;
  margin-top: 0.25em;
}
ul.tabs li.active a,
ul.tabs li.is-active a {
  border-bottom-color: #007ACE;
  color: #007ACE;
}
ul.tabs li a.active,
ul.tabs li a.is-active {
  border-bottom-color: #007ACE;
  color: #007ACE;
}
ul.tabs li a.active *,
ul.tabs li a.is-active * {
  color: #007ACE;
}

ul.tabs-content {
  margin-left: 0;
}
ul.tabs a {
  padding-left: 0;
}
ul.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
ul.tabs.is-toggle a {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
ul.tabs.is-toggle a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  z-index: 2;
}
ul.tabs.is-toggle li + li {
  margin-left: -1px;
}
ul.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}
ul.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}
ul.tabs.is-toggle li.is-active a {
  background-color: #007ACE;
  border-color: #007ACE;
  color: #ffffff;
  z-index: 1;
}
ul.tabs.is-toggle ul {
  border-bottom: none;
}
ul.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}
ul.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

.surface-pick-up-embed {
  --surface-pick-up-embed-theme-success-color: limegreen;
  --surface-pick-up-embed-theme-error-color: #b33a3a;
  --surface-pick-up-embed-theme-paragraph-font-size: 16px;
  --surface-pick-up-embed-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-embed-theme-paragraph-font-size) - 4px);
  --surface-pick-up-embed-theme-body-font-weight-bold: 600;
  --surface-pick-up-embed-theme-body-text-color: #808080;
  --surface-pick-up-embed-theme-link-text-decoration: underline;
  --surface-pick-up-embed-row-gap: 10px;
  --surface-pick-up-embed-column-gap: 10px;
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  row-gap: var(--surface-pick-up-embed-row-gap);
  column-gap: var(--surface-pick-up-embed-column-gap);
  justify-content: flex-start;
  text-align: left;
}

.surface-pick-up-embed__in-stock-icon,
.surface-pick-up-embed__out-of-stock-icon {
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 3px;
}

.surface-pick-up-embed__in-stock-icon {
  fill: var(--surface-pick-up-embed-theme-success-color);
}

.surface-pick-up-embed__out-of-stock-icon {
  fill: var(--surface-pick-up-embed-theme-error-color);
}

.surface-pick-up-embed__location-info,
.surface-pick-up-embed__modal-btn {
  grid-column-start: 2;
  grid-column-end: 3;
}

.surface-pick-up-embed__location-info {
  grid-row-start: 1;
  grid-row-end: 2;
}

.surface-pick-up-embed__location-availability {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: var(--surface-pick-up-embed-theme-paragraph-font-size);
  font-weight: inherit;
  color: var(--surface-pick-up-embed-theme-body-text-color);
}
.surface-pick-up-embed__location-availability b {
  font-weight: var(--surface-pick-up-embed-theme-body-font-weight-bold);
}

.surface-pick-up-embed__location-pick-up-time {
  font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-embed-theme-body-text-color);
}

.surface-pick-up-embed__modal-btn {
  grid-row-start: 2;
  grid-row-end: 3;
  justify-self: start;
  padding: 0;
  font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-theme-embed-body-text-color);
  text-align: left;
  -webkit-text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
  text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
  cursor: pointer;
  background-color: initial;
  border: 0;
}

.surface-pick-up-items {
  padding: 0;
  margin: 0;
}

.surface-pick-up-item {
  --surface-pick-up-item-theme-success-color: limegreen;
  --surface-pick-up-item-theme-error-color: #b33a3a;
  --surface-pick-up-item-theme-paragraph-font-size: 16px;
  --surface-pick-up-item-theme-paragraph-smaller-font-size: calc(var(--surface-pick-up-item-theme-paragraph-font-size) - 4px);
  --surface-pick-up-item-theme-body-font-weight-bold: 600;
  --surface-pick-up-item-theme-body-text-color: #808080;
  --surface-pick-up-item-theme-border-color: #d9d9d9;
  --surface-pick-up-item-theme-link-text-decoration: underline;
  --surface-pick-up-item-row-gap: 10px;
  --surface-pick-up-item-column-gap: 5px;
  --surface-pick-up-item-gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  row-gap: var(--surface-pick-up-item-row-gap);
  column-gap: var(--surface-pick-up-item-column-gap);
  justify-content: flex-start;
  padding-bottom: var(--surface-pick-up-item-gap);
  margin: var(--surface-pick-up-item-gap) 0 0;
  text-align: left;
  border-bottom: 1px solid var(--surface-pick-up-item-theme-border-color);
}
.surface-pick-up-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.surface-pick-up-item__header {
  display: flex;
  grid-column: span 3;
  align-items: flex-end;
}

.surface-pick-up-item__pick-up-location {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: var(--surface-pick-up-item-theme-paragraph-font-size);
  font-weight: var(--surface-pick-up-item-theme-body-font-weight-bold);
  color: var(--surface-pick-up-item-theme-body-text-color);
}

.surface-pick-up-item__pick-up-distance {
  padding-left: 2rem;
  margin: 0 0 0 auto;
}

.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 1px;
}

.surface-pick-up-item__in-stock-icon {
  fill: var(--surface-pick-up-item-theme-success-color);
}

.surface-pick-up-item__out-of-stock-icon {
  fill: var(--surface-pick-up-item-theme-error-color);
}

.surface-pick-up-item__availability {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-item-theme-body-text-color);
}

.surface-pick-up-item__address-info {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
  font-style: normal;
  line-height: 1.4;
  color: var(--surface-pick-up-item-theme-body-text-color);
}
.surface-pick-up-item__address-info p {
  margin: 0;
}
.surface-pick-up-item__address-info a,
.surface-pick-up-item__address-info a:visited {
  color: inherit;
  text-decoration: none;
}
.surface-pick-up-item__address-info a:focus,
.surface-pick-up-item__address-info a:active,
.surface-pick-up-item__address-info a:hover {
  color: inherit;
}

.surface-pick-up-item__confirm-address {
  margin-top: var(--surface-pick-up-item-row-gap);
}

.surface-pick-up-item__confirm-address-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.surface-pick-up {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.surface-pick-up.surface-pick-up--loading {
  visibility: hidden;
  opacity: 0;
}

.surface-pick-up-embed {
  --surface-pick-up-embed-theme-success-color: #099E4D;
  --surface-pick-up-embed-theme-error-color: #DE3618;
  --surface-pick-up-embed-theme-paragraph-font-size: 15px;
  --surface-pick-up-embed-theme-paragraph-smaller-font-size: 0.85em;
  --surface-pick-up-embed-theme-body-font-weight-bold: 600;
  --surface-pick-up-embed-theme-body-text-color: #000000;
  --surface-pick-up-embed-theme-link-text-decoration: underline;
  --surface-pick-up-embed-row-gap: 10px;
  --surface-pick-up-embed-column-gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.surface-pick-up-item {
  --surface-pick-up-item-theme-success-color: #099E4D;
  --surface-pick-up-item-theme-error-color: #DE3618;
  --surface-pick-up-item-theme-paragraph-font-size: 15px;
  --surface-pick-up-item-theme-paragraph-smaller-font-size: 0.85em;
  --surface-pick-up-item-theme-body-font-weight-bold: 600;
  --surface-pick-up-item-theme-body-text-color: #000000;
  --surface-pick-up-item-theme-border-color: rgba(235, 235, 235, 0.5);
  --surface-pick-up-item-theme-link-text-decoration: underline;
  --surface-pick-up-item-row-gap: 0.8em;
  --surface-pick-up-item-column-gap: 0.5em;
  --surface-pick-up-item-gap: 12px;
  word-break: break-all;
}
@media only screen and (min-width: 799px) {
  .surface-pick-up-item {
    --surface-pick-up-item-gap: 22px;
  }
}
.surface-pick-up-item:last-child {
  padding-bottom: calc(var(--surface-pick-up-item-gap) / 2);
}

.surface-pick-up__modal.fancybox-content {
  padding: 2em;
}
.surface-pick-up__modal.fancybox-content .fancybox-close-small svg {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.surface-pick-up__modal-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.5);
}
@media only screen and (min-width: 799px) {
  .surface-pick-up__modal-header {
    padding-bottom: 28px;
  }
}

.surface-pick-up__modal-title {
  font-family: 'ChervinPro-Bold', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  text-transform: none;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  word-break: break-all;
}
@media only screen and (max-width: 798px) {
  .surface-pick-up__modal-title {
    font-size: 38px;
  }
}
.surface-pick-up__modal-title > a,
.surface-pick-up__modal-title > a:link,
.surface-pick-up__modal-title > a:visited {
  color: #000000;
}
.surface-pick-up__modal-title > a:hover,
.surface-pick-up__modal-title > a:focus {
  color: #51B2F5;
}

.surface-pick-up__modal-subtitle {
  font-size: 15px;
  word-break: break-all;
}

.surface-pick-up-embed__in-stock-icon,
.surface-pick-up-embed__out-of-stock-icon,
.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
  width: 0.85em;
  height: 0.85em;
  margin-top: 0.3em;
}

.surface-pick-up-embed__location-availability {
  text-transform: none;
  letter-spacing: initial;
}

.surface-pick-up-item__pick-up-location {
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: initial;
}

.surface-pick-up-item__address-info {
  grid-column: span 3;
  font-size: 0.85em;
  line-height: 1.5;
}

.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
  margin-top: 0.2em;
}

.surface-pick-up-item__pick-up-distance {
  flex-shrink: 0;
}

.price-ui {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25rem;
}

.price-ui-badge {
  display: inline-block;
  width: 100%;
}

.price-ui,
.price-ui-badge {
  color: #000000;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.price-ui--loading,
.price-ui-badge--loading {
  opacity: 0;
}

.price--sale {
  color: #C70000;
}

.price + .compare-at-price {
  margin-left: 5px;
}

.price .money,
.compare-at-price .money {
  display: inline-block;
}

.compare-at-price {
  text-decoration: line-through;
  opacity: 0.6;
}
.compare-at-price .money {
  text-decoration: line-through;
}

.sale.savings {
  width: 100%;
}

.unit-pricing {
  order: 1;
  width: 100%;
  font-size: 1rem;
  color: #000000;
}

shopify-payment-terms {
  display: block;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 0.75rem;
}

.options-selection__input-select-wrapper {
  display: flex;
  flex-direction: column;
}

.options-selection__input-select-label {
  order: 0;
}

.options-selection__input-select-chevron {
  order: 1;
}

.options-selection__input-select {
  order: 2;
}

.options-selection__select-label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #363636;
}
.options-selection__select-label:not(:last-child) {
  margin-bottom: 0.5em;
}
.options-selection__select-label.is-small {
  font-size: 0.75rem;
}
.options-selection__select-label.is-medium {
  font-size: 1.25rem;
}
.options-selection__select-label.is-large {
  font-size: 1.5rem;
}

/* # Product
================================================== */
.product-app{
  min-height: 28px;
  margin-bottom: 5px;
}
.shopify-product-reviews-badge {
  height: 30px;
  display: block;
}

.reviews-visibility-false {
  display: none;
}

.spr-badge-container {
  cursor: pointer;
  display: inline-block;
}


@media only screen and (min-width: 799px) {
  .product-gallery .flickity-prev-next-button {
    opacity: 0;
    visibility: hidden;
  }
  .product-gallery.display-arrows--true .product-gallery__main:hover .flickity-prev-next-button {
    opacity: 1;
    visibility: visible;
  }
}

.product-gallery__main {
  width: 100%;
  max-width: 434px;
  /* box-shadow: 0px 4px 4px 0px #00000040; */
  border-radius: 16px;
}

.product-gallery__main {
  opacity: 1;
}

.product-gallery__thumbnails.is-slide-nav--true {
  opacity: 0;
  transition: ease-in-out 0.2s opacity;
}
.product-gallery__main.flickity-enabled,
.product-gallery__main.vertical-slider-enabled,
.product-gallery__thumbnails.is-slide-nav--true.flickity-enabled,
.product-gallery__thumbnails.is-slide-nav--true.vertical-slider-enabled {
  opacity: 1;
}

.product-gallery__image {
  width: 100%;
  min-height: 434px;
  height: auto;
}
.product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.product-gallery__link {
  display: block;
}

.zoom-container {
  width: 100%;
  display: block;
}

.product-gallery.has-height-set model-viewer {
  margin: 0 auto;
}
.product-gallery.has-height-set .product-gallery__main img,
.product-gallery.has-height-set .product-gallery__main .plyr--html5 video {
  width: 100%;
}
.product-gallery.has-height-set .product-gallery__main img {
  object-fit: contain;
}
.product-gallery.has-height-set .product-gallery__main .plyr--youtube .plyr__video-embed {
  height: 100%;
}

.is-slide-nav--true .product-gallery__thumbnail {
  position: relative;
  opacity: 0.3;
}
.is-slide-nav--true .product-gallery__thumbnail.is-nav-selected {
  opacity: 1;
}

.is-slide-nav--true .product-gallery__thumbnail.is-nav-selected  > img {

  border: 4px solid rgba(128, 128, 128, 0.1)
}

.product-thumbnail {
  padding-top: 10px;
  line-height: 1.2;
}

.product-thumbnail__vendor,
.product-thumbnail__price {
  display: block;
}

.thumbnail__caption {
  padding: 0 3px;
}

.thumbnail-swatch {
  display: flex;
  padding: 3px 3px 0;
}
.thumbnail-swatch.is-justify-left {
  margin-left: -5px;
}
.thumbnail-swatch.is-justify-right {
  margin-right: -5px;
}
.thumbnail-swatch .swatch {
  display: flex;
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 2px;
  margin: 0 3px;
}
.thumbnail-swatch .swatch:hover {
  border: 1px solid #000;
}
.thumbnail-swatch .swatch__style--circle,
.thumbnail-swatch .swatch__style--circle span,
.thumbnail-swatch .swatch__style--circle img {
  border-radius: 50%;
}
.thumbnail-swatch span {
  border: 1px solid #ebebeb;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  background-size: cover;
}
.thumbnail-swatch span img {
  max-width: 20px;
  max-height: 20px;
  display: block;
}
.thumbnail-swatch span .swatch__image--empty {
  display: none;
}

.product-gallery__thumbnails--bottom-slider {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.product-gallery__thumbnails--bottom-slider .flickity-button:disabled {
  display: none;
}
.product-gallery__thumbnails--bottom-slider .product-gallery__thumbnail {
  margin-right: 20px;
  width: 20%;
  text-align: center;
}

.product-gallery__thumbnails--bottom-thumbnails {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.product-gallery__thumbnails--bottom-thumbnails.is-slide-nav--false .product-gallery__thumbnail {
  margin-bottom: 20px;
  line-height: 0;
}

@media only screen and (min-width: 799px) {
  .product-gallery--right-thumbnails:not(.product-gallery--image-amount-1) {
    display: flex;
  }
  .product-gallery--right-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__main {
    width: 85%;
    height: auto;
    align-self: flex-start;
  }
  .product-gallery--right-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnails {
    width: 15%;
    margin-left: 20px;
  }
  .product-gallery--right-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-gallery--right-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnail:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 799px) {
  .product-gallery--left-thumbnails:not(.product-gallery--image-amount-1) {
    display: flex;
    gap: 24px;
  }
  .product-gallery--left-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__main {
   
    height: auto;
    align-self: flex-start;
    order: 2;
    padding-top: 12px;
  }
  .product-gallery--left-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnails {
    width: 85px;
    /* margin-right: 24px; */
    order: 1;
  }
  .product-gallery--left-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnail {
    width: 100%;
    margin-bottom: 8px;
  }
  .product-gallery--left-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnail:last-child {
    margin-bottom: 0;
  }
}

.product-gallery__thumbnails--right-thumbnails,
.product-gallery__thumbnails--left-thumbnails {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 799px) {
  .product-gallery__thumbnails--right-thumbnails,
  .product-gallery__thumbnails--left-thumbnails {
    display: block;
    width: 100%;
    /* margin: 0 10px 10px; */
    padding-top: 0;
    justify-content: flex-start;
    align-self: flex-start;
  }
  .product-gallery__thumbnails--right-thumbnails.is-slide-nav--true,
  .product-gallery__thumbnails--left-thumbnails.is-slide-nav--true {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .product-gallery__thumbnails--right-thumbnails.is-slide-nav--true::-webkit-scrollbar,
  .product-gallery__thumbnails--left-thumbnails.is-slide-nav--true::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
  }
  .product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail,
  .product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail {
    margin: 0;
    width: 100%;
    line-height: 0;
    cursor: pointer;
  }
  .product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:last-child,
  .product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:last-child {
    margin-bottom: 0;
  }
  .product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:before,
  .product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:before {
    line-height: 0;
    color: transparent;
    display: block;
    text-align: center;
    content: counter(carousel-cell);
  }
}

.product__collections-list,
.product__type-list,
.product__tags-list {
  padding-bottom: 5px;
}
.product__collections-list.tags,
.product__type-list.tags,
.product__tags-list.tags {
  margin-bottom: 0;
}
.product__collections-list.tags .tag,
.product__type-list.tags .tag,
.product__tags-list.tags .tag {
  margin-bottom: 1rem;
}
.product__collections-list .product__classification-title,
.product__type-list .product__classification-title,
.product__tags-list .product__classification-title {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

.savings {
  display: block;
}

.sold-out {
  color: rgba(0, 0, 0, 0.3);
}

/* # Product - image scroll
================================================== */
.product-template--image-scroll .product-gallery__main {
  opacity: 1;
}
.product-template--image-scroll .product-gallery__main:after {
  content: "flickity";
  display: none;
}
@media only screen and (min-width: 799px) {
  .product-template--image-scroll .product-gallery__main:after {
    content: "";
  }
}
.product-template--image-scroll .product-gallery__image {
  margin-bottom: 20px;
  opacity: 1 !important;
}
@media only screen and (min-width: 799px) {
  .product-template--image-scroll .product-gallery__thumbnails {
    display: none;
  }
}

/* # Product - Gallery
================================================== */
.product-gallery .product-gallery__main .flickity-prev-next-button {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 798px) {
  .product-gallery .product-gallery__main .flickity-prev-next-button {
    opacity: 1;
    top: calc(100% + 15px);
    padding: 0;
    z-index: 3;
    height: initial;
    width: initial;
    transform: none;
    opacity: 0.5;
    background: none;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button:hover {
    opacity: 1;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button .flickity-button-icon {
    height: 30px;
    width: 30px;
    fill: #000000;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button.next {
    right: 30%;
  }
  .product-gallery .product-gallery__main .flickity-prev-next-button.previous {
    left: 30%;
  }
}
.product-gallery .flickity-page-dots {
  display: none;
}

@media only screen and (max-width: 798px) {
  .product-gallery--no-thumbnails .flickity-page-dots {
    display: block;
  }
}

.product-gallery__nav .gallery-cell {
  width: calc(20% - 10px);
  margin: 0 5px;
}

@media only screen and (max-width: 798px) {
  .product-gallery__thumbnails {
    padding-top: 0;
    margin-top: 60px;
  }
}

.product-gallery__main.slideshow-transition--fade .flickity-slider .product-gallery__image {
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}
.product-gallery__main.slideshow-transition--fade .flickity-slider .product-gallery__image.is-selected {
  opacity: 1 !important;
}

/* # Product - blocks
================================================== */
.block__related-products {
  width: 100%;
}

.block__product-reviews {
  min-width: 50%;
}

.dynamic-blocks--has-limit .section {
  width: 100%;
}
.dynamic-blocks--has-limit .section.has-background {
  width: calc(100% - 20px);
}

.section.product-info__block,
.section.product-gallery__block {
  display: flex;
  align-items: flex-start;
}

.block__product-gallery .product-gallery__container {
  width: 100%;
}

.product_section .has-product-sticker .sticker-holder__content {
  font-size: 16px;
}

/* # Related products
================================================== */
.related-products .products-slider .gallery-cell {
  padding: 0 10px;
}
@media only screen and (max-width: 798px) {
  .related-products .products-slider .gallery-cell {
    width: calc(50% - 20px);
  }
}

/* # Product form
================================================== */

.product__size-chart {
  float: right;
}

.product__notify-form {
  margin-bottom: 1.5rem;
  max-width: 350px;
}

.notify-form__success-message {
  margin: 0;
}

.selector-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.selector-wrapper:last-of-type {
  margin-bottom: 1.5rem;
}
.selector-wrapper label {
  margin-bottom: 0.5rem;
}

.product_form--swatches .select-container {
  display: none;
}

.items_left {
  margin-bottom: 1.5rem;
}

.quantity-wrapper .quantity-element {
  min-height: 44px;
}
.quantity-wrapper .quantity-input {
  text-align: center;
  width: 100%;
}

.food-qty-selector .quantity-wrapper .quantity-element {
  min-height: 24px;
}

.food-qty-selector .quantity-wrapper .quantity-input {
 font-family: 'Inter';
 font-weight: 500;
 font-size: 14px;
 line-height: 20px;
 width: 32px;
 min-width: 32px;
 padding: 0;
}

.quantity-wrapper .quantity-plus .icon,
.quantity-wrapper .quantity-minus .icon {
  padding: 0.3em;
}

.cart-warning {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.cart-warning__message {
  display: inline-block;
}

.add_to_cart.action_button {
  margin-bottom: 0;
}

.shopify-payment-button {
  position: relative;
}

.shopify-payment-button button {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.shopify-payment-button__button.shopify-payment-button__button--hidden,
.shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}
.shopify-payment-button__button {
  border-radius: 0;
}
.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  min-height: 44px;
  overflow: hidden;
}

.shopify-payment-button__more-options {
  max-width: 80%;
  padding: 16px 0 28px;
  margin: 0 auto;
  font-family: 'ChervinPro-Medium', sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
}
.shopify-payment-button__more-options:hover {
  background-color: transparent;
  border: none;
}

.purchase-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100% !important;
}

.product_section .smart-payment-button--true.product_form {
  max-width: 100%;
}

.product-quantity-box.purchase-details__quantity {
  margin-top: 12px;
}

@media only screen and (max-width: 798px) {
  .smart-payment-button--true .purchase-details {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 798px) {
  .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
    width: 100%;
    margin-right: 0;
  }
  .smart-payment-button--true .product-quantity-box.purchase-details__quantity .input.quantity {
    width: calc(100% - 88px);
  }
}

.smart-payment-button--false .purchase-details {
  align-items: flex-start;
}

.quantity-input.input {
  -moz-appearance: textfield;
  box-shadow: none;
  border: 0;
}
.quantity-input.input::-webkit-inner-spin-button,
.quantity-input.input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.quantity-plus.button,
.quantity-minus.button {
  background-color: #000;
}
.quantity-plus.button:hover,
.quantity-minus.button:hover {
  background-color: #222;
}
.quantity-plus.button:hover .icon,
.quantity-minus.button:hover .icon {
  fill: #ddd;
}
.quantity-plus.button .icon,
.quantity-minus.button .icon {
  fill: #fff;
}

.quantity-plus.button[disabled],
.quantity-minus.button[disabled] {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.quantity-wrapper.field.has-addons .control:not(:last-child) {
  margin-right: 0;
}

.quantity-wrapper.quantity-style--box {
  border-radius: 0;
  /* {% comment %} max-width: 150px; {% endcomment %} */
  max-width: 100%;
}

.food-qty-selector .quantity-wrapper.quantity-style--box {
  display: flex;
  align-items: center;
}

.ajax-cart__top-row  .quantity-wrapper.quantity-style--box {
    border: 1px solid #808080;
    border-radius: 8px;
    width: 68px;
}

.quantity-wrapper.quantity-style--box .quantity-minus {
  width: 44px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.food-qty-selector .quantity-wrapper.quantity-style--box .quantity-minus {
  width: 24px;
  height: 24px;
  margin: 16px 0 16px 16px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0;
}

.ajax-cart__top-row .quantity-wrapper.quantity-style--box .quantity-minus,
.ajax-cart__top-row  .quantity-wrapper.quantity-style--box .quantity-plus{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0;
  width: 16px !important;
  min-width: 16px !important;
  
}

.quantity-wrapper.quantity-style--box .minus-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.quantity-wrapper.quantity-style--box .quantity-plus {
  width: 44px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.food-qty-selector .quantity-wrapper.quantity-style--box .quantity-plus {
  width: 24px;
  height: 24px;
  margin: 16px 16px 16px 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0;
}

.quantity-wrapper.quantity-style--box .plus-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.quantity-wrapper.quantity-style--box .quantity-input-control {
  width: 100%;
}
.quantity-wrapper.quantity-style--box .quantity-input-control input {
  border-top: thin solid #ebebeb;
  border-bottom: thin solid #ebebeb;
}
.quantity-wrapper.quantity-style--box .quantity-input-control--fill {
  width: 100%;
}
.quantity-wrapper.quantity-style--box .quantity-input {
  width: 100%;
}
.quantity-wrapper.quantity-style--box.is-medium .quantity-element {
  min-height: auto;
  min-width: 38px;
  height: 38px;
}

.ajax-cart__top-row .quantity-wrapper.quantity-style--box.is-medium .quantity-element {
 height: 24px;
 min-width: 8px;
}

.quantity-wrapper.quantity-style--box.is-medium .quantity-plus,
.quantity-wrapper.quantity-style--box.is-medium .quantity-minus {
  width: 38px;
}

.quantity-wrapper.quantity-style--stacked {
  position: relative;
  border-radius: 0 !important;
}
.quantity-wrapper.quantity-style--stacked .quantity-input-control {
  width: calc(100% - 48px);
}
.quantity-wrapper.quantity-style--stacked .minus-control {
  position: absolute;
  height: calc(44px / 2);
  bottom: 0;
  right: 0;
  z-index: 3;
  margin-right: 0;
  width: 48px;
}
.quantity-wrapper.quantity-style--stacked .plus-control {
  position: absolute;
  min-height: calc(44px / 2);
  top: 0;
  right: 0;
  z-index: 3;
  width: 48px;
}
.quantity-wrapper.quantity-style--stacked .quantity-input {
  border-left: thin solid #ebebeb;
  border-top: thin solid #ebebeb;
  border-bottom: thin solid #ebebeb;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  text-align: center;
  width: 100%;
}
.quantity-wrapper.quantity-style--stacked .quantity-minus {
  height: calc(44px / 2);
  min-height: calc(44px / 2);
  width: 48px;
  border-radius: 0;
  border-left: 0;
  border-bottom: thin solid #ebebeb;
  border-right: thin solid #ebebeb;
  border-bottom-right-radius: 0 !important;
  margin-right: 1px;
  z-index: 4;
  opacity: 1 !important;
}
.quantity-wrapper.quantity-style--stacked .quantity-plus {
  height: calc(44px / 2);
  min-height: calc(44px / 2);
  width: 48px;
  border: 0;
  border-left: 0;
  border-top: thin solid #ebebeb;
  border-right: thin solid #ebebeb;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 4;
}

.product-quantity-box.purchase-details__quantity {
  margin-right: 10px;
  width: calc(50% - 12px);
}
@media only screen and (max-width: 480px) {
  .product-quantity-box.purchase-details__quantity {
    width: 100%;
    margin-right: 0;
  }
}
.product-quantity-box.purchase-details__quantity input.quantity {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.4;
  margin-bottom: 0;
  width: calc(100% - 88px);
  min-height: 44px;
}

@media only screen and (max-width: 798px) {
  .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
    width: 100%;
    margin-right: 0;
  }
  .smart-payment-button--true .product-quantity-box.purchase-details__quantity .input.quantity {
    width: calc(100% - 88px);
  }
}

.purchase-details__buttons {
  display: flex;
  flex: 1 0 calc(50% - 12px);
  align-items: flex-end;
  flex-wrap: wrap;
  margin-left: 6px;
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons {
    margin-top: 20px;
    margin-left: 12px;
    flex: 1 0 calc(50% - 12px);
  }
}
@media only screen and (max-width: 480px) {
  .purchase-details__buttons {
    margin-top: 12px;
    margin-left: 0;
    flex: 1 0 100%;
  }
}
.purchase-details__buttons .button {
  width: 100%;
  height: auto;
  align-items: center;
  min-height: 44px;
}
.purchase-details__buttons .shopify-payment-button {
  flex: 1 0 100%;
  margin-bottom: 0;
  max-width: 100%;
}
@media only screen and (min-width: 1401px) {
  .purchase-details__buttons .shopify-payment-button {
    flex: 1 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
.purchase-details__buttons .action_button.action_button--secondary {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #000000;
  box-shadow: none;
  line-height: 1.2;
  padding: 10px 0;
  flex: 1 0 100%;
  margin: 0;
  max-width: 100%;
}
@media only screen and (min-width: 1401px) {
  .purchase-details__buttons .action_button.action_button--secondary {
    flex: 1 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin-right: 8px;
  }
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons .action_button.action_button--secondary {
    margin-bottom: 12px;
  }
}
.purchase-details__buttons .action_button.action_button--secondary:hover,
.purchase-details__buttons .action_button.action_button--secondary:focus {
  border: 1px solid #c70000;
  background-color: #c70000;
  color: #FFF;
}

.purchase-details .purchase-details__spb--true {
  flex: 1 0 100%;
  align-items: flex-start;
  margin-top: 12px;
  margin-left: 0;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .purchase-details .purchase-details__spb--true {
    width: 100%;
  }
}
@media only screen and (max-width: 798px) {
  .purchase-details .purchase-details__spb--true {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.purchase-details .purchase-details__spb--true .action_button.action_button--secondary {
  flex: 1 0 calc(50% - 12px);
  margin: 0 6px 0 0;
  max-width: calc(calc(50% - 12px));
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .purchase-details .purchase-details__spb--true .action_button.action_button--secondary {
    width: 100% !important;
    max-width: calc(50% - 12px) !important;
  }
}
@media only screen and (max-width: 798px) {
  .purchase-details .purchase-details__spb--true .action_button.action_button--secondary {
    flex: 1 0 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
}
.purchase-details .purchase-details__spb--true .shopify-payment-button {
  margin: 0 0 0 6px;
  max-width: calc(calc(50% - 12px));
  line-height: 1.2;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .purchase-details .purchase-details__spb--true .shopify-payment-button {
    width: 100% !important;
    max-width: calc(50% - 12px) !important;
  }
}
@media only screen and (max-width: 798px) {
  .purchase-details .purchase-details__spb--true .shopify-payment-button {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded {
  font-size: 1rem;
  border-radius: 2px;
  width: 100%;
  line-height: inherit;
  font-family: 'ChervinPro-SemiBold', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0);
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded,
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:link,
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:visited {
  color: #FFF;
  background-color: #c70000;
  border-color: rgba(0, 0, 0, 0);
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-hovered {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: #000000;
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-focused {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0);
  background-color: #000000;
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:focus:not(:active),
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 122, 206, 0.25);
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:active,
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-active {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0);
  background-color: #000000;
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-inverted {
  color: #c70000;
  background-color: #FFF;
  border-color: #c70000;
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-small {
  font-size: 0.75rem;
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-normal {
  font-size: 1rem;
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-medium {
  font-size: 1.25rem;
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-large {
  font-size: 1.5rem;
  line-height: 1.25em;
  width: 100%;
}
.purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-paymeny-button__button--branded {
  border-radius: 2px;
}
.purchase-details .purchase-details__spb--false {
  height: 44px;
  margin: 12px 0 0;
  display: inline-block;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .purchase-details .purchase-details__spb--false {
    width: 100%;
  }
}
.purchase-details .purchase-details__spb--false .button--add-to-cart {
  height: inherit;
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .purchase-details .purchase-details__spb--false .button--add-to-cart {
    width: 100%;
    min-height: 67px !important;
    line-height: 24px; 
  }

  .purchase-details .purchase-details__spb--false .add-to-cart-container .button--add-to-cart { 
    min-height: 40px !important;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 20px;
  }

.purchase-details .purchase-details__spb--false {
  margin-top: 0;
}
}
.purchase-details.has-quantity-box .purchase-details__spb--false {
  max-width: 50%;
}
@media only screen and (max-width: 798px) {
  .purchase-details.has-quantity-box .purchase-details__spb--false {
    max-width: 100%;
  }
}
.purchase-details.has-quantity-box .purchase-details__spb--false .button--add-to-cart {
  width: 100%;
}

/* Animation for checkmark on add to cart button */
.button--add-to-cart {
  position: relative;
}
.button--add-to-cart .text {
  display: block;
  animation-duration: 0.5s;
}
.button--add-to-cart .fadeInDown.text {
  animation-duration: 0.8s;
}
.button--add-to-cart .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.button--add-to-cart .checkmark path {
  stroke-dasharray: 19.79 19.79;
  stroke-dashoffset: 19.79;
  stroke: #FFF;
  opacity: 0;
}
.button--add-to-cart .checkmark.checkmark-active path {
  animation: drawCheckmark 0.5s linear alternate forwards;
}

@keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.ie button .checkmark path {
  stroke-dashoffset: 0;
  opacity: 0;
}
.ie button .checkmark.checkmark-active path {
  animation: fadeCheckmark 0.5s linear alternate forwards;
}

@keyframes fadeCheckmark {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  button .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  button .checkmark.checkmark-active path {
    animation: fadeCheckmark 0.5s linear alternate forwards;
  }

  @keyframes fadeCheckmark {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
.shopify-product-form--unselected-error .options-selection__option-name[data-variant-option-chosen-value=false],
.shopify-product-form--unselected-error label[data-variant-option-chosen-value=false] {
  color: #DE3618;
}

/* # Product media
================================================== */


.product-gallery__model model-viewer,
.product-gallery__video iframe {
  width: 100%;
}

.product-gallery__model {
  position: relative;
}
.product-gallery__model model-viewer {
  width: 100%;
  min-height: 300px;
}

.view-in-your-space {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  background: #e6e6e6;
  color: #000000;
  font: inherit;
  text-transform: none;
  border-radius: 0;
  border: 0;
}
.view-in-your-space svg path:first-child {
  stroke: #000000;
}
.view-in-your-space svg path:last-child {
  fill: #000000;
}

.plyr--video .plyr__controls {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}
.plyr--video .plyr__control {
  background: transparent;
  color: #000000;
}
.plyr--video .plyr__control:hover {
  background: #ffffff;
  color: #000000;
}
.plyr--video .plyr__controls__item.plyr__time,
.plyr--video input[type=range],
.plyr--video .plyr__controls__item {
  color: #000000;
}
.plyr--video .plyr__progress input[type=range] + .thumb {
  background-color: #000000;
  color: #000000;
}
.plyr--video input[type=range]::-webkit-slider-thumb {
  background-color: #000000;
}
.plyr--video input[type=range]::-moz-range-thumb {
  background-color: #000000;
}
.plyr--video input[type=range]::-ms-thumb {
  background-color: #000000;
}
.plyr--video .plyr__progress__buffer,
.plyr--video .plyr__control[aria-expanded=true] {
  background-color: rgba(0, 0, 0, 0.6);
}
.plyr--video .plyr__control.plyr__tab-focus {
  background-color: #000000;
}
.plyr--video .plyr__control--overlaid {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 3px;
}
.plyr--video .plyr__control--overlaid svg {
  left: auto;
}
.plyr--video .plyr__control--overlaid:hover {
  background: #ffffff;
}
.plyr--video .plyr__control--overlaid:hover .play-icon-button-control rect {
  opacity: 0.75;
}
.plyr--video .plyr__control .play-icon-button-control {
  width: 52px;
  height: 52px;
}
.plyr--video .plyr__control .play-icon-button-control rect {
  fill: #ffffff;
}
.plyr--video .plyr__control .play-icon-button-control path {
  fill: #000000;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-right: 10px;
  padding-left: 10px;
}

.plyr--full-ui .plyr__volume {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  bottom: 105px;
  height: 40px;
  opacity: 0;
  padding: 10px 15px !important;
  position: absolute;
  transform: rotate(270deg);
  transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
  width: 140px;
}
.plyr--full-ui .plyr__volume:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  bottom: 18px;
  content: "";
  left: -6px;
  position: absolute;
  transform: rotate(90deg);
  z-index: 2;
}
.plyr--full-ui .plyr__volume:hover {
  opacity: 1;
  visibility: visible;
}
.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}
.plyr--full-ui .plyr__volume input[type=range] {
  color: #000000;
  margin: 0 auto;
}

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: none;
}

.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper,
.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: none;
}

.plyr--audio .plyr--full-ui .plyr__volume {
  bottom: 125px;
  right: -37px;
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr__control[data-plyr=mute]:hover + .plyr__volume {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

@media(min-width: 480px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px;
  }
}
@media(min-width: 750px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px;
  }
}
@media only screen and (max-width: 989px) {
  .plyr--is-touch .plyr__volume {
    display: none !important;
  }
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #000000;
  background: #ffffff;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button[hidden] {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(0, 0, 0, 0.55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 799px) {
  .video-on-hover .plyr__controls,
  .video-on-hover .plyr__control--overlaid,
  .swap-true .plyr--youtube .plyr__controls,
  .swap-true .plyr--youtube .plyr__control--overlaid,
  .video-controls-enabled--false .plyr__controls,
  .video-controls-enabled--false .plyr__control--overlaid {
    opacity: 0;
  }
  .video-on-hover .plyr__controls > *,
  .video-on-hover .plyr__control--overlaid > *,
  .swap-true .plyr--youtube .plyr__controls > *,
  .swap-true .plyr--youtube .plyr__control--overlaid > *,
  .video-controls-enabled--false .plyr__controls > *,
  .video-controls-enabled--false .plyr__control--overlaid > * {
    pointer-events: none;
    cursor: auto;
  }
}

.product-template:not(.product-template--image-scroll) .product-gallery .product-gallery__image {
  visibility: hidden;
}
.product-template:not(.product-template--image-scroll) .product-gallery .product-gallery__image.is-selected {
  visibility: visible;
}

/* Keep first image stable and visible until gallery init is complete */
.product-template:not(.product-template--image-scroll) .product-gallery .product-gallery__main:not(.gallery-ready) {
  aspect-ratio: var(--featured-aspect-ratio, 1 / 1);
}
.product-template:not(.product-template--image-scroll) .product-gallery .product-gallery__main:not(.gallery-ready) .product-gallery__image {
  visibility: hidden;
}
.product-template:not(.product-template--image-scroll) .product-gallery .product-gallery__main:not(.gallery-ready) .product-gallery__image:first-child {
  visibility: visible;
}
.product-gallery__main.slideshow-transition--fade:not(.gallery-ready) .product-gallery__image:first-child,
.product-gallery__main.slideshow-transition--fade:not(.gallery-ready) .flickity-slider .product-gallery__image:first-child {
  opacity: 1 !important;
}

.plyr.plyr--stopped .plyr__controls {
  display: none;
}

.product_slider.product-height-set model-viewer {
  margin: 0 auto;
}
.product_slider.product-height-set .product-gallery__main img,
.product_slider.product-height-set .product-gallery__main .plyr--html5 video,
.product_slider.product-height-set .product-gallery__main .plyr--youtube {
  width: 100%;
  object-fit: contain;
}

.product-gallery__thumbnails .product-gallery__thumbnail {
  position: relative;
}
.product-gallery__thumbnails .media-badge {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 33%;
  max-height: 33%;
  min-width: 20px;
  width: 25px;
  height: 25px;
}
.product-gallery__thumbnails .media-badge svg {
  width: 100%;
  height: 100%;
}
.product-gallery__thumbnails .media-badge path:first-child {
  fill: #ffffff;
}
.product-gallery__thumbnails .media-badge path:last-child {
  fill: #000000;
}
.product-gallery__thumbnails .media-badge g path:first-child {
  stroke: #000000;
}
.product-gallery__thumbnails .media-badge .media-badge__outline {
  stroke: rgba(0, 0, 0, 0.05);
}

/* # Product thumbnail
================================================== */
@media only screen and (max-width: 798px) {
  .product__thumbnail.has-padding-bottom {
    padding-bottom: 40px;
  }
}

.product-image__wrapper {
  position: relative;
}
.product-image__wrapper video,
.product-image__wrapper iframe {
  width: 100%;
}
.product-image__wrapper:hover .thumbnail-overlay__container {
  display: flex;
}
.product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__buttons,
.product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__info {
  display: flex;
}
@media only screen and (max-width: 798px) {
  .product-image__wrapper:hover .thumbnail-overlay__container {
    opacity: 0;
    visibility: hidden;
  }
}

.thumbnail-overlay__container {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  display: none;
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
  z-index: 10;
}
.thumbnail-overlay__container a,
.thumbnail-overlay__container a:visited {
  color: #000000;
}
.thumbnail-overlay__container .spr-icon-star:before {
  color: #000000;
}
.thumbnail-overlay__container .product-thumbnail__title,
.thumbnail-overlay__container .product-thumbnail__price {
  color: #000000;
}
.thumbnail-overlay__container .quick-shop__info,
.thumbnail-overlay__container .quick-shop__buttons {
  display: flex;
  justify-content: center;
  display: none;
  width: 100%;
}
.thumbnail-overlay__container .quick-shop__info {
  align-items: center;
}
.thumbnail-overlay__container .quick-shop__buttons {
  align-items: flex-start;
  padding-top: 20px;
  position: relative;
}
.thumbnail-overlay__container .animated {
  animation-duration: 0.5s;
}
.thumbnail-overlay__container .sold-out {
  color: #000000;
}

@media only screen and (max-width: 798px) {
  .thumbnail__hover-overlay--true .quick-shop__info {
    display: none;
  }
}
.thumbnail__hover-overlay--true .thumbnail__caption {
  display: none;
}
@media only screen and (max-width: 798px) {
  .thumbnail__hover-overlay--true .thumbnail__caption {
    display: block;
  }
}

.hidden-product-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}

.has-thumbnail-sticker .image__container {
  position: relative;
}
.has-thumbnail-sticker .sticker-holder {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.has-thumbnail-sticker .sticker-position-right {
  justify-content: flex-end;
  text-align: right;
}
.has-thumbnail-sticker .sticker-position-bottom-left {
  align-items: flex-end;
}
.has-thumbnail-sticker .sticker-position-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
.has-thumbnail-sticker .spr-badge {
  display: flex;
  flex-direction: column;
  padding-top: 3px;
  padding-right: 3px;
}
.has-thumbnail-sticker .spr-badge .spr-badge-starrating,
.has-thumbnail-sticker .spr-badge .spr-badge-caption {
  text-align: center;
}
.has-thumbnail-sticker .thumbnail-overlay__container .spr-badge-starrating,
.has-thumbnail-sticker .thumbnail-overlay__container .spr-badge-caption {
  justify-content: center;
  text-align: center;
}
.has-thumbnail-sticker .spr-badge-starrating .spr-icon-star,
.has-thumbnail-sticker .spr-badge-starrating .spr-icon-star-empty,
.has-thumbnail-sticker .spr-badge-caption {
  font-size: 80%;
}
.has-thumbnail-sticker .product-thumbnail__title,
.has-thumbnail-sticker .product-thumbnail__price {
  display: block;
  padding-top: 3px;
}
.has-thumbnail-sticker .thumbnail-sticker:nth-child(1n + 4) {
  display: none;
}

.thumbnail-sticker {
  display: flex;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}
.thumbnail-sticker.sale-sticker,
.thumbnail-sticker.sold-out-sticker {
  background-color: #C70000;
  color: #ffffff;
}
.thumbnail-sticker.new-sticker {
  background-color: #007ACE;
  color: #ffffff;
}
.thumbnail-sticker.best-seller-sticker {
  background-color: #F0D00E;
  color: #ffffff;
}
.thumbnail-sticker.coming-soon-sticker {
  background-color: #585757;
  color: #ffffff;
}
.thumbnail-sticker.staff-pick-sticker {
  background-color: #222222;
  color: #ffffff;
}
.thumbnail-sticker.pre-order-sticker {
  background-color: #6E6E6F;
  color: #ffffff;
}

.sticker-text {
  font-size: 1em;
}
@media only screen and (max-width: 1024px) {
  .sticker-text {
    font-size: 0.8em;
  }
}

.sticker-holder.sticker-shape-square {
  flex-wrap: wrap;
}
.sticker-holder.sticker-shape-square .sticker-text {
  width: 100%;
}

.one-seventh .sticker-shape-square .sticker-holder__content,
.one-sixth .sticker-shape-square .sticker-holder__content,
.one-fifth .sticker-shape-square .sticker-holder__content,
.sticker-shape-square .sticker-holder__content {
  max-width: 50%;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .one-seventh .sticker-shape-square .sticker-holder__content,
  .one-sixth .sticker-shape-square .sticker-holder__content,
  .one-fifth .sticker-shape-square .sticker-holder__content,
  .sticker-shape-square .sticker-holder__content {
    max-width: 60%;
  }
}

.one-fourth .sticker-shape-square .sticker-holder__content {
  max-width: 40%;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .one-fourth .sticker-shape-square .sticker-holder__content {
    max-width: 60%;
  }
}

.one-third .sticker-shape-square .sticker-holder__content {
  max-width: 33.3334%;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .one-third .sticker-shape-square .sticker-holder__content {
    max-width: 60%;
  }
}

.one-half .sticker-shape-square .sticker-holder__content {
  max-width: 25%;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .one-half .sticker-shape-square .sticker-holder__content {
    max-width: 60%;
  }
}

.sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker,
.sticker-shape-round.sticker-position-right .thumbnail-sticker {
  float: right;
  margin-right: 5px;
  margin-left: 0;
}

.sticker-shape-round .thumbnail-sticker {
  border-radius: 50%;
  display: inline-block;
  width: calc(33.3333% - 5px);
  padding: calc(33.3333% - 5px) 0;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
}
.sticker-shape-round .thumbnail-sticker .sticker-text {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.1;
  transform: translateX(-50%) translateY(-50%);
  font-size: 0.7em;
  word-wrap: normal;
}
@media only screen and (max-width: 798px) {
  .sticker-shape-round .thumbnail-sticker .sticker-text {
    font-size: 1em;
  }
}

.one-seventh .sticker-shape-round .sticker-holder__content,
.one-sixth .sticker-shape-round .sticker-holder__content,
.one-fifth .sticker-shape-round .sticker-holder__content,
.sticker-shape-round .sticker-holder__content {
  width: 75%;
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .one-seventh .sticker-shape-round .sticker-holder__content,
  .one-sixth .sticker-shape-round .sticker-holder__content,
  .one-fifth .sticker-shape-round .sticker-holder__content,
  .sticker-shape-round .sticker-holder__content {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .one-seventh .sticker-shape-round .sticker-holder__content,
  .one-sixth .sticker-shape-round .sticker-holder__content,
  .one-fifth .sticker-shape-round .sticker-holder__content,
  .sticker-shape-round .sticker-holder__content {
    width: 100%;
  }
}

.has-vertical-header .one-fourth .sticker-shape-round .sticker-holder__content {
  width: 90%;
}
@media only screen and (min-width: 1401px) {
  .has-vertical-header .one-fourth .sticker-shape-round .sticker-holder__content {
    max-width: 60%;
  }
}

.one-fourth .sticker-shape-round .sticker-holder__content {
  width: 60%;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .one-fourth .sticker-shape-round .sticker-holder__content {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .one-fourth .sticker-shape-round .sticker-holder__content {
    width: 100%;
  }
}

.one-third .sticker-shape-round .sticker-holder__content,
.one-half .sticker-shape-round .sticker-holder__content {
  width: 50%;
  font-size: 18px;
}
.one-third .sticker-shape-round .sticker-holder__content .thumbnail-sticker,
.one-half .sticker-shape-round .sticker-holder__content .thumbnail-sticker {
  margin: 5px;
  width: 100%;
  max-width: 60px;
  padding: 30px;
}
@media only screen and (max-width: 1024px) {
  .one-third .sticker-shape-round .sticker-holder__content,
  .one-half .sticker-shape-round .sticker-holder__content {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .one-third .sticker-shape-round .sticker-holder__content,
  .one-half .sticker-shape-round .sticker-holder__content {
    width: 100%;
  }
}

.one-third .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker,
.one-half .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker {
  margin-right: 10px;
  margin-left: 0;
}
@media only screen and (max-width: 798px) {
  .one-third .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker,
  .one-half .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 798px) {
  .one-third .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker,
  .one-half .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker {
    font-size: 0.6em;
  }
}

@media only screen and (max-width: 1024px) {
  .one-half .sticker-shape-round .sticker-holder__content {
    width: 65%;
  }
}

@media only screen and (max-width: 480px) {
  .small-down--one-whole .sticker-shape-round .thumbnail-sticker {
    font-size: 0.9em;
    width: calc(22% - 10px);
    padding: calc(22% - 10px) 0;
  }
}

.product_section .product__information .thumbnail-sticker:nth-child(1n + 4) {
  display: none;
}

.has-product-sticker .sticker-holder__content--product-center {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 30%;
  padding-top: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 798px) {
  .has-product-sticker .sticker-holder__content--product-center {
    font-size: 13px;
  }
}
.has-product-sticker .sticker-holder__content--product-center .thumbnail-sticker {
  margin: 0 5px;
}
.has-product-sticker .sticker-shape-round .sticker-holder__content--product {
  display: flex;
  flex-wrap: wrap;
  max-width: 45%;
  width: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 798px) {
  .has-product-sticker .sticker-shape-round .sticker-holder__content--product {
    max-width: 80%;
  }
}
.has-product-sticker .sticker-shape-round .is-product-slideshow {
  max-width: 30%;
}
@media only screen and (max-width: 798px) {
  .has-product-sticker .sticker-shape-round .sticker-holder__content--product-center {
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .has-product-sticker .sticker-shape-round .sticker-holder__content--product-center {
    max-width: 80%;
  }
}
.has-product-sticker .sticker-shape-round .thumbnail-sticker {
  width: calc(33.333% - 10px);
  padding: calc(33.3333% - 10px) 0;
  margin: 0 10px 0 0;
  display: inline-block;
  float: none;
}
.has-product-sticker .sticker-shape-round .thumbnail-sticker .sticker-text {
  font-size: 1em;
}
.has-product-sticker .sticker-shape-square .sticker-holder__content--product {
  display: flex;
  max-width: 75%;
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .has-product-sticker .sticker-shape-square .sticker-holder__content--product {
    max-width: 100%;
    font-size: 13px;
  }
}
.has-product-sticker .sticker-shape-square .is-product-slideshow {
  max-width: 45%;
}
@media only screen and (max-width: 798px) {
  .has-product-sticker .sticker-shape-square .sticker-holder__content--product-center {
    max-width: 100%;
    font-size: 13px;
  }
}
.has-product-sticker .sticker-shape-square .thumbnail-sticker {
  width: calc(33.333% - 10px);
  margin-right: 10px;
  display: inline-block;
  float: none;
}
.has-product-sticker .sticker-shape-square .thumbnail-sticker .sticker-text {
  font-size: 1em;
}
.has-product-sticker .sticker-holder {
  display: block;
  padding-bottom: 20px;
  font-size: 14px;
}

.has-secondary-image-swap img {
  visibility: visible;
  height: auto;
}
.has-secondary-image-swap .swap--visible {
  opacity: 0;
  visibility: hidden;
  height: 0 !important;
}

.product-thumbnail__unit-price {
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

/* # Quick shop
================================================== */
.quick-shop__popup,
.quickshop-forms__container {
  display: none;
}

.quick-shop .product-gallery,
.quick-shop .product-gallery__nav {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.quick-shop.quick-shop--loaded .product-gallery,
.quick-shop.quick-shop--loaded .product-gallery__nav {
  opacity: 1;
}

.quick-shop__buttons {
  z-index: 12;
}

.quickshop__gallery--right {
  flex-direction: row-reverse;
}

.quick-shop__popup {
  padding: 40px 10px;
}
.quick-shop__popup .fancybox-close-small svg {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.quick-shop__popup .modal_price {
  font-size: 1.2em;
}
.quick-shop__popup .product_form {
  padding: 20px 0;
}
@media only screen and (max-width: 798px) {
  .quick-shop__popup .purchase-details__buttons {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 798px) {
  .quick-shop__popup .select,
  .quick-shop__popup .select select {
    width: auto;
  }
}
.quick-shop__popup .select-container {
  clear: both;
  overflow: hidden;
}
.quick-shop__popup .select {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.quick-shop__gallery {
  padding-right: 10px;
}

.quick-shop__text-wrap {
  padding-left: 10px;
}

.quick-shop .product-gallery__thumbnails--bottom-thumbnails {
  margin-top: 20px;
}

@media only screen and (max-width: 798px) {
  .quick-shop .product-gallery__nav {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 799px) {
  .quick-shop .quickshop__arrows--true .product-gallery__main:hover .flickity-prev-next-button {
    opacity: 1;
    visibility: visible;
  }
}

.quick-shop__lightbox .fancybox-content {
  width: 90%;
  max-width: 900px;
  background-color: #fff;
}

.quick-shop__popup .sticker-shape-square .sticker-holder__content,
.quick-shop__popup .sticker-shape-round .sticker-holder__content {
  max-width: 100%;
  font-size: 13px;
}

.product-quickshop {
  background-color: rgba(30, 30, 30, 0.9);
}
.product-quickshop .quickshop-template {
  margin: 0 auto;
  padding: 4rem 0;
  max-width: 900px;
}
.product-quickshop .quickshop-container {
  background-color: #fff;
  padding: 44px !important;
}
.product-quickshop .shopify-section:not(.quickshop-template) {
  display: none;
}

/* # Size chart
================================================== */
.size-chart {
  display: none;
}
@media only screen and (max-width: 798px) {
  .size-chart {
    width: 100%;
    padding: 0;
  }
}
.size-chart .fancybox-close-small svg {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.size-chart-wrap {
  flex: 1 0 60%;
  max-width: 900px;
  position: relative;
  padding: 40px;
}
@media only screen and (max-width: 798px) {
  .size-chart-wrap {
    padding: 10px;
  }
}
.size-chart-wrap.animated {
  opacity: 0;
}

.product__size-chart {
  font-size: 1rem;
}
.product__size-chart.size-chart--medium-down {
  float: none;
  width: 100%;
  display: none;
  padding-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .product__size-chart.size-chart--medium-down {
    display: block;
  }
}
.product__size-chart .icon {
  position: relative;
  top: 2px;
  width: 0.9rem;
  height: 0.9rem;
}

/* #Swatch Styles
================================================== */
.swatch-element.swatch--active {
  border-color: black;
  box-shadow: 0 0 0 2px white;
}

.selector-wrapper label {
  margin-bottom: 0.5rem;
}

.swatch_options {
  margin-bottom: 1.5rem;
}

.swatch .option-title {
  margin-bottom: 0.5rem;
  width: 100%;
}

.swatch input {
  display: none;
}

.swatch label {
  width: 100%;  
  margin: 0;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swatch .color label {
  min-width: 34px;
  height: 34px !important;
  line-height: 34px;
  background-position: center;
  background-size: cover;
}

.swatch-element {
  display: flex;
  border: 1px solid #808080;
  width: 139px;
  height: 146px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;

}

.swatch-element.color {
  padding: 3px;
}

.swatch-element.color,
.swatch-element.color label {
  border: #e2e2e2 thin solid;
}
.swatch-element.color,
.swatch-element.color label {
  border-radius: 50%;
}
.swatch-element.color label {
  padding: 0;
  margin: 0;
  width: 34px;
  height: 34px;
  overflow: hidden;
}



.swatch .swatch__option {
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 8px 0;
  position: relative;
  outline: none;
}

.swatch__options {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}

.crossed-out {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swatch .swatch-element .crossed-out {
  display: none;
}

.swatch [data-variant-option-available=false] + .swatch-element .crossed-out {
  display: block;
  width: 100%;
  height: 100%;
}
.swatch [data-variant-option-available=false] + .swatch-element .crossed-out {
  border-radius: 50%;
}
.swatch [data-variant-option-available=false] + .swatch-element.color [data-variant-image=true] {
  opacity: 1;
}
.swatch [data-variant-option-available=false] + .swatch-element label {
  text-decoration: line-through;
  opacity: 0.6;
}

.swatch input:disabled + .swatch-element .crossed-out,
.swatch input:disabled + .swatch-element label {
  cursor: not-allowed;
}

.swatch .tooltip {
  text-align: center;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  bottom: 100%;
  padding: 5px 10px;
  display: block;
  position: absolute;
  width: 120px;
  font-size: 13px;
  left: -35px;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 60;
}

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid rgba(51, 51, 51, 0.9) 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.swatch .swatch-element:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.swatch input:disabled + .swatch-element {
  opacity: 0.5;
}

.swatch-element img[src*=no-image-50],
.swatch__image--empty {
  opacity: 0;
}

.swatch-element .swatch__image {
  height: 100%;
  object-fit: cover;
}

/* # Announcement bar
================================================== */
.announcement-bar {
  width: 100%;
  position: absolute;
}
.announcement-bar.is-small {
  font-size: 0.75rem;
}
.announcement-bar.is-regular {
  font-size: 1rem;
}
.announcement-bar.is-large {
  font-size: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .announcement-bar.is-large {
    font-size: 1rem;
  }
}
.announcement-bar .is-width-standard .message-header {
  padding-left: 0;
  padding-right: 0;
}
.announcement-bar .is-width-wide .close {
  right: 10px;
}
.announcement-bar .announcement-bar__close {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 798px) {
  .announcement-bar .padding {
    display: none;
  }
}

.announcement-bar__text {
  display: flex;
  align-items: center;
}

.announcement-bar__icon {
  line-height: 0;
}

.show-close-icon-true {
  padding-left: 20px;
}

.announcement-bar__content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.announcement-bar__content p {
  padding: 0 0.5em;
  display: inline-block;
}

.announcement-bar__shadow {
  opacity: 0;
  visibility: hidden;
  min-height: 20px;
}

.announcement-bar--visible .announcement-container {
  transition: all 0s linear;
  height: auto;
}

.announcement-container {
  height: 0;
  overflow: hidden;
  position: relative;
} /* # Article (blog posts)
================================================== */
@media only screen and (min-width: 799px) {
  .author-share-wrap .blog-share > div {
    justify-content: flex-end;
  }
}

.comment-section {
  display: block;
}

.blog-author {
  padding-left: 0;
}
.blog-author img {
  width: 100px;
  height: 100px;
}
.blog-author p {
  font-size: 0.9rem;
}

@media only screen and (max-width: 798px) {
  .comment-section--cards img {
    width: 100px;
  }
}

/* # Banner
================================================== */
.banner__wrapper {
  overflow: hidden;
  position: relative;
  max-height: 100vh;
}
.banner__wrapper img {
  object-fit: cover;
  height: 100%;
}
.banner__wrapper.is-small .image-element__wrap {
  height: 30vh;
}
@media only screen and (max-width: 798px) {
  .banner__wrapper.is-small .image-element__wrap {
    height: auto;
  }
}
.banner__wrapper.is-medium .image-element__wrap {
  height: 60vh;
}
@media only screen and (max-width: 798px) {
  .banner__wrapper.is-medium .image-element__wrap {
    height: auto;
  }
}
.banner__wrapper.is-large .image-element__wrap {
  height: 568px;
}
@media only screen and (max-width: 798px) {
  .banner__wrapper.is-large .image-element__wrap {
    height: auto;
  }
}

.banner__content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 3;
  width: 100%;
}

.banner__text {
  margin: auto;
  max-width: 750px;
}

.banner__heading {
  /*   font-family: 'GothamBold', sans-serif; */
  /*   font-weight: 400; */
  font-style: normal;
  /*   font-size: 56px; */
  text-transform: none;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  /* .banner__heading {
    ;
    /*     font-size: 2.5em; 
  } */
}
@media only screen and (max-width: 480px) {
  /* .banner__heading {
    ;
    /*     font-size: 2em; 
  } */
}

.banner__subheading {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
}

.dark-overlay-true {
  position: relative;
}
.dark-overlay-true:after {
  content: "";
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* # Contact form
================================================== */
.contact-form .contact-form__form {
  padding: 40px;
}
@media only screen and (max-width: 798px) {
  .contact-form .contact-form__form {
    margin: 30px 0;
  }
}
.contact-form .contact-form__image {
  margin-bottom: 25px;
}
.contact-form .contact-form__blocks .contact-form__block {
  margin-bottom: 20px;
}
.contact-form .contact-form__blocks .contact-form__block label {
  color: inherit !important;
}
.contact-form .contact-form__social .social-icons {
  align-items: baseline;
  margin: 20px 0 0;
  list-style: none;
}
.contact-form .contact-form__social .social-icons li {
  padding-right: 10px;
}
.contact-form .text-align-right .social-icons {
  justify-content: flex-end;
}
.contact-form .text-align-center .social-icons {
  justify-content: center;
}

.contact-form--left {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 798px) {
  .contact-form--right .contact-form__form,
  .contact-form--left .contact-form__form {
    margin-right: 0;
    margin-left: 0;
  }
}

.contact-form--center {
  justify-content: center;
}

/* # Custom contact form
================================================== */
.custom-contact-form__errors,
.custom-contact-form__success {
  margin-bottom: 20px;
}

.custom-contact-form__block {
  margin-bottom: 20px;
}
.custom-contact-form__block .label {
  color: inherit;
}

.custom-contact-form__block--checkbox ul,
.custom-contact-form__block--radio ul {
  margin: 0;
  list-style: none;
}

.custom-contact-form__block--checkbox ul li,
.custom-contact-form__block--radio ul li {
  display: flex;
  align-items: center;
}
.custom-contact-form__block--checkbox ul li .radio,
.custom-contact-form__block--checkbox ul li .checkbox,
.custom-contact-form__block--radio ul li .radio,
.custom-contact-form__block--radio ul li .checkbox {
  margin-right: 10px;
}

/* # Featured collection
================================================== */
.featured-collection-section .slider-gallery,
.block__featured-collection .slider-gallery {
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .featured-collection-section .flickity-prev-next-button,
  .block__featured-collection .flickity-prev-next-button {
    display: none;
  }
}

/* # Featured promotions
================================================== */
.featured-promotions .has-gutter-enabled .flickity-enabled .featured-promotions__block {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .featured-promotions .has-gutter-enabled .featured-promotions__block--2:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-promotions .is-width-standard .featured-promotions__wrapper.container .featured-promotions__block {
    margin-bottom: 20px;
  }
}
.featured-promotions .is-width-standard .featured-promotions__wrapper.container .featured-promotions__block:last-child {
  margin-bottom: 0;
}

.featured-promotions__nav-wrapper {
  justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
  .featured-promotions__nav-wrapper {
    justify-content: space-between;
  }
}

.featured-promotions__nav {
  color: #007ACE;
  margin-bottom: 10px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.featured-promotions__nav:first-child {
  margin-right: 10px;
}
.featured-promotions__nav:hover {
  color: #51B2F5;
}

.is-width-wide .featured-promotions__nav:last-child {
  margin-right: 10px;
}

.featured-promotions__block {
  position: relative;
  display: inline-block;
}

.featured-promotions__block--has-link:hover .featured-promotions__content img,
.featured-promotions__block--has-link:hover .featured-promotions__content svg {
  transform: scale(1.1);
}
.featured-promotions__block--has-link:hover .has-border {
  border-width: 3px;
}

.featured-promotions__block.has-image-crop:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.featured-promotions__block.has-image-crop .featured-promotions__content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.featured-promotions__content {
  position: relative;
  overflow: hidden;
  font-size: 1rem;
}
.featured-promotions__content img,
.featured-promotions__content svg {
  transition: all 0.3s ease-in-out;
}
.featured-promotions__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.featured-promotions__overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.3s linear;
  padding: 0 20px;
  text-align: center;
}
.featured-promotions__overlay span {
  width: 50px;
  height: 50px;
}
.featured-promotions__overlay.has-border {
  border: thin solid;
}

.featured-promotions__title {
  margin: 10px 0;
  text-align: center;
  line-height: 1.2;
}

.featured-promotions__subtitle p {
  padding: 5px 0;
}

.featured-promotions__wrapper:after {
  content: "flickity";
  display: none;
}

@media only screen and (min-width: 799px) {
  .mobile-slider .featured-promotions__nav-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 799px) {
  .mobile-slider .featured-promotions__wrapper:after {
    content: "";
  }
}

/* # Featured product
================================================== */
.featured-product .product-thumbnail__title {
  display: block;
  padding-top: 0.5em;
}
.featured-product .slideshow-enabled--false .product-gallery__image:not(:first-child) {
  display: none;
}

.featured-product-section .select,
.featured-product-section .select select {
  height: 44px;
}

/* # Footer
================================================== */


.footer__container {
  width: 100%;
}

.footer__content {
  /* background-color: #f6f6f7; */
  color: #000000;
  font-size: 14px;
}
.footer__content a,
.footer__content a:visited {
  font-size: 15px;
  line-height: 18px;
  color: #808080;
}
.footer__content a:hover,
.footer__content a:active {
  color: #000000;
}

.footer__heading {
  /* font-family: 'GothamNarrow-Medium', sans-serif; */
  font-size: 18px;
  /* color: #000000; */
  color: #51A6A0;
  font-family: 'GothamMedium';
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-join-our-pack {
  background: #51A6A0;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  min-height: 290px;
  margin-left: -40px;
}

.footer-join-our-pack> .inner {
  display: flex;
  align-items: center;
}

.footer-join-our-pack> .inner> .text-with-cta {
  width: 50%;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cus-footer-img-title> p {
  color: #1594C1;
  font-family: 'GothamMedium';
  font-size: 32px;
  line-height: 28px;
}

.cus-footer-img-small-text> p {
  font-size: 16px;
  line-height: 19px;
  color: #1594C1;
}

.cus-footer-bg-img-cta> .button  {
  background: #3894C1 !important;
  width: 138px;
  height: 43px ! IMPORTANT;
  font-size: 12px !important;
  line-height: 14px !important;
  border-radius: 10px;
}

.footer-join-our-pack> .inner> .text-with-cta> .title {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}

.footer-join-our-pack> .inner> .text-with-cta> .text {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-join-our-pack-cta> .cus-cta {
  color: #000 !important;
  width: 138px;
}

.footer-image-1 {
  width: 50%;
}

.footer-image-1> .image {
  max-width: 300px;
  margin-top: -27px;
  display: block;
}

@media only screen and (min-width: 798px) {
.cus-footer-bg-image {
  background-image: url(/cdn/shop/files/Rectangle_36_1.png?v=1714646487);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: top right;
  height: 595px;
}

.referral-footer-img {
  background-image: url(/cdn/shop/files/Rectangle_36_a7d05502-606a-4d00-8f2c-cc1987a09d2e.png?v=1741341420);
}
}

.footer-join-our-pack-desktop {
  display: block;
}

.footer-join-our-pack-mobile {
  display: none;
}

@media only screen and (max-width: 798px) {

.footer-join-our-pack-desktop {
  display: none;
}

.footer-join-our-pack-mobile {
  display: block;
  margin-left: 0;
  min-height: unset;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.footer-join-our-pack> .inner> .text-with-cta {
  padding-left: 15px;
}

.footer-image-1> .image {
  max-width: 100%;
  margin-top: -30px;
}

.footer-join-our-pack-cta> .cus-cta {
  font-size: 10px;
  min-height: 32px;
}

.footer-join-our-pack> .inner> .text-with-cta> .title {
  font-size: 22px;
  line-height: 26px;
}

.footer-join-our-pack> .inner> .text-with-cta> .text {
  font-size: 12px;
  line-height: 14px;
}
  
.cus-footer-bg-image {
  display: flex;
  flex-direction: row !important;
}

.cus-footer-bg-image> .card-content {
  background-image: url(/cdn/shop/files/Rectangle_36_2.png?v=1714650773);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

.cus-footer-bg-image> .cus_footer__content {
  width: 40%;
  padding-right: 10px;
}

.cus-footer-bg-image> .card-content {
  width: 60%;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: -35px;
}

.cus_footer__promo-content {
  margin-bottom: 40px;
}

.cus-footer-img-title> p {
  font-size: 25px;
  line-height: 30px;
}

.cus-footer-img-small-text> p {
  line-height: 14.4px;
  font-size: 12px;
  max-width: 150px;
  margin: 0 auto;
}

.footer__promo-container> .cus-footer-img {
  position: relative;
  width: 350px;
}
}  

@media only screen and (max-width: 480px) {
  .footer__block {
    padding-bottom: 20px;
  }
}
.footer__block.block__logo .footer__heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: none;
}

.footer .social-icons li {
  padding-right: 5px;
}

.footer__logo-wrapper {
  width: 100%;
}
.footer__logo-wrapper.is-small {
  max-width: 60%;
}
@media only screen and (max-width: 798px) {
  .footer__logo-wrapper.is-small {
    max-width: 30%;
  }
}
.footer__logo-wrapper.is-medium {
  max-width: 80%;
}
@media only screen and (max-width: 798px) {
  .footer__logo-wrapper.is-medium {
    max-width: 50%;
  }
}
.footer__logo-wrapper.is-large {
  max-width: 100%;
}
@media only screen and (max-width: 798px) {
  .footer__logo-wrapper.is-large {
    max-width: 70%;
  }
}
.footer__logo-wrapper .image-element__wrap {
  margin-right: 0;
  margin-left: 0;
}

.footer__credits {
  font-size: smaller;
  color: #808080;
}

.footer__credits p {
  display: inline;
}
.footer__container {
  border-bottom: 0;
  border-top: 0;
}
.footer__block .newsletter-form {
  max-width: 80%;
}
@media only screen and (max-width: 798px) {
  .footer__block .newsletter-form {
    max-width: 100%;
  }
}
.footer__promo .link-list__block {
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  .footer__promo {
    flex-direction: column-reverse;
  }
}
.footer__promo-container {
  padding: 50px;
}
.footer__content {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 480px) {
  .footer__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-link-list__block:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 480px) {
  .footer-link-list__block {
    padding-top: 20px;
  }
}
.footer__block:not(:last-child) {
  padding-bottom: 20px;
}
.footer__wrap {
  height: 100%;
}
.footer__credits {
  align-self: end;
}
.footer__credits + .footer__payment-methods {
  margin-top: 20px;
}
.footer__logo-wrapper {
  width: 100%;
}
.footer__logo-wrapper.is-small {
  max-width: 150px;
}
.footer__logo-wrapper.is-medium {
  max-width: 200px;
}
.footer__logo-wrapper.is-large {
  max-width: 250px;
}
.footer-menu__disclosure.footer-promotional__disclosure {
  justify-content: flex-start;
}
.footer__logo-wrapper {
  display: block;
}
.footer__logo-wrapper:hover .footer__heading,
.footer__logo-wrapper:hover img {
  opacity: 0.7;
}
.footer__logo-wrapper .footer__heading,
.footer__logo-wrapper img {
  transition: opacity 0.3s ease-in;
}

/* Footer currency/language switcher */
.footer-menu__disclosure {
  display: flex;
  padding-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .footer-menu__disclosure {
    justify-content: center;
  }
}

/* # Gallery
================================================== */
.has-no-side-gutter .gallery__item {
  margin: 0;
}

.gallery-type--classic {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 798px) {
  .has-gutter-enabled .gallery__item {
    margin-bottom: 20px;
  }
}

.gallery-type--horizontal-masonry {
  display: flex;
  flex-wrap: wrap;
}
.gallery-type--horizontal-masonry img {
  width: 100%;
}

.gallery__item {
  position: relative;
}
.gallery__item:hover .gallery-item__overlay {
  opacity: 1;
}

.has-image-crop .gallery__item-wrap {
  height: 100%;
}

.gallery-item__overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.gallery-item__overlay .icon {
  margin: 20px;
  width: 2.4rem;
  height: 2.4rem;
}

/* # Header - Centered
================================================== */ /* # Header - Classic
================================================== */
.header {
  background-color: #ffffff;
  transition: background-color 0.3s linear, height 0.2s linear;
}
.header__brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 1.6rem 0.75rem;
}
.primary-logo {
  transition: all 0.1s linear;
}
.primary-logo + .header__logo-text {
  display: none;
}
.header__logo {
  transition: all 0.3s ease;
}
.header__menu {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.action-area__link.has-cart-count {
  padding-right: 1.8em;
}
[data-enable_overlay=false] .overlay-logo {
  display: none;
}
[data-enable_overlay=true] {
  position: absolute;
  width: 100%;
}
[data-enable_overlay=true] .header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
[data-enable_overlay=true] .overlay-logo {
  display: block;
}
[data-enable_overlay=true] .overlay-logo + .primary-logo {
  display: none;
}
[data-enable_overlay=true] .overlay-logo + .header__logo-text {
  display: none;
}
[data-enable_sticky=true] .header {
  z-index: 50;
  background-color: transparent;
}

[data-enable_sticky=true] > #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-sticky-wrapper {
  position: relative;
  width: 100%;
}

[data-enable_sticky=true] .header-sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

/* Mobile: avoid CLS by making header out-of-flow immediately.
   Announcement bar height is set via --announcement-bar-height in JS. */
@media only screen and (max-width: 798px) {
  [data-enable_sticky=true] #mobile-header {
    position: fixed;
    top: var(--announcement-bar-height, 0px);
    left: 0;
    width: 100%;
    z-index: 50;
  }
}
  
.has-overlaid-header {
  position: absolute;
  width: 100%;
} /* # Header - Search focus
================================================== */ /* # Header - Vertical
================================================== */ /* # Header
================================================== */
@media only screen and (max-width: 798px) {
  header.header {
    display: none;
  }
}

.header,
.mobile-header {
  font-family: 'GothamMedium', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: none;
}

.dropdown-style-horizontal {
  position: relative;
}

.dropdown-style-horizontal .navbar,
.dropdown-style-horizontal .navbar-item {
  position: initial;
}

.dropdown-style-horizontal .header__menu-items,
.header__dropdown--below-header.header__menu-items {
  height: 100%;
}
.dropdown-style-horizontal .header__menu-items .navbar-item.has-dropdown,
.header__dropdown--below-header.header__menu-items .navbar-item.has-dropdown {
  align-self: stretch;
}

.vertical-alignment-center .header__item {
  align-items: center;
}
.vertical-alignment-top .header__item {
  align-items: flex-start;
}
.vertical-alignment-bottom .header__item {
  align-items: flex-end;
}

.header__link,
.header__link > a {
  color: #000000;
  fill: #000000;
}
.header__link:hover,
.header__link.is-active,
.header__link > a:hover,
.header__link > a.is-active {
  color: #51B2F5;
  fill: #51B2F5;
}

.header__logo-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: none;
}

.header__logo-text,
h1.header__logo-text > a {
  color: #FFFFFF;
}
.header__logo-text:hover,
h1.header__logo-text > a:hover {
  color: #FFFFFF;
}

.header__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__icon-style-text .header__icon,
.header__icon-style-text .header-cart__count--badge {
  display: none;
}

.header__icon-style-icons .icon-caption {
  display: none;
}

.header__icon-style-icons-text {
  text-transform: uppercase;
}
.header__icon-style-icons-text .select {
  height: auto;
}
.header__icon-style-icons-text .icon-caption {
  padding: 0.3em 0 0;
  font-size: 0.7em;
}
.header__icon-style-icons-text .action-area__link.has-cart-count {
  padding-right: 1.8em;
}
.header__icon-style-icons-text .header-cart__caption {
  display: block;
}

.action-area__link:not(.has-cart-count) .header-cart__count {
  display: none;
}

.action-area__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 5px;
  height: 100%;
}
.action-area__link:last-child {
  padding-right: 0;
}
.vertical-alignment-center .action-area__link {
  justify-content: center;
}
.vertical-alignment-top .action-area__link {
  justify-content: flex-start;
}
.vertical-alignment-bottom .action-area__link {
  justify-content: flex-end;
}

.has-submenu label {
  display: block;
  position: relative;
}
.has-submenu .close-dropdown,
.has-submenu .close-sub-dropdown {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 100%;
  width: 25%;
}
.has-submenu .has-no-link .close-dropdown,
.has-submenu .has-no-link .close-sub-dropdown {
  width: 100%;
}

[data-enable_overlay=false] .overlay-logo__content {
  display: none;
}
[data-enable_overlay=false] .logo__content {
  display: block;
}

[data-enable_overlay=true] .overlay-logo__content {
  display: block;
}
[data-enable_overlay=true] .logo__content {
  display: none;
}

.header__logo:hover img {
  opacity: 0.7;
}
.header__logo img {
  transition: opacity 0.3s ease-in;
}

/* Header currency/language switcher */
@media only screen and (min-width: 799px) and(max-width: 1024px) {
  .header-menu__disclosure .selectors-form__wrap {
    margin-bottom: 0;
  }
}
.header-menu__disclosure .disclosure {
  padding: 0.5rem 0;
}
.header-menu__disclosure .disclosure__toggle {
  margin-top: 0;
}
.header-menu__disclosure .disclosure__list-wrap {
  top: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  transform: translateY(-1px);
}

.no-js-main-navigation {
  display: none;
}

.no-js .mega-menu-section {
  display: block;
}
.no-js .mega-menu {
  position: relative;
}
.no-js a.header__link[href="#"] {
  pointer-events: none;
  cursor: pointer;
}
.no-js div.has-dropdown label a.navbar-link.header__link {
  pointer-events: none;
  cursor: pointer;
}
.no-js .no-js-main-navigation:checked + .mega-menu {
  display: block !important;
}
.no-js .no-js-main-navigation:checked + .navbar-dropdown {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.no-js .navbar-link:not(.is-arrowless)::after {
  display: none !important;
}
.no-js a.navbar-link.header__link:not(.is-arrowless) {
  padding-right: 0.75rem !important;
}
.no-js .navbar-dropdown {
  display: none !important;
}

/* # Heading
================================================== */
.heading-section__preheading {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

.heading-section__subheading {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

.heading-section__content {
  padding: 1.5rem 0;
}

.vertical-spacing-medium .heading-section__preheading + .heading-section__heading {
  padding-top: 10px;
}
.vertical-spacing-medium .heading-section__preheading + .heading-section__subheading {
  padding-top: 10px;
}
.vertical-spacing-medium .heading-section__heading + .heading-section__subheading {
  padding-top: 10px;
}
.vertical-spacing-medium .heading-divider {
  margin-top: 10px;
}

.vertical-spacing-large .heading-section__preheading + .heading-section__heading {
  padding-top: 20px;
}
.vertical-spacing-large .heading-section__preheading + .heading-section__subheading {
  padding-top: 20px;
}
.vertical-spacing-large .heading-section__heading + .heading-section__subheading {
  padding-top: 20px;
}
.vertical-spacing-large .heading-divider {
  margin-top: 20px;
}

.heading-wrapper {
  margin-bottom: 40px;
}
@media only screen and (max-width: 798px) {
  .heading-wrapper {
    margin-bottom: 20px;
  }
}
.heading-wrapper.text-align-center .heading-divider {
  margin: 0 auto;
}
.heading-wrapper.text-align-right .heading-divider {
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 799px) {
  .has-heading-divider-below .heading-wrapper:not(.heading-divider-below) {
    margin-bottom: 0;
  }
  .has-heading-divider-below .heading-wrapper:not(.heading-divider-below) .heading-divider {
    display: none;
  }
}

@media only screen and (max-width: 798px) {
  .heading-divider-below {
    display: none;
  }
}

/* # Icon bar
================================================== */
.icon-bar__block {
  padding: 0.5rem 0.75rem;
}
@media only screen and (min-width: 799px) {
  .icon-bar__block:first-child {
    padding-left: 0;
  }
  .icon-bar__block:last-child {
    padding-right: 0;
  }
}
.icon-bar__block.is-small {
  font-size: 0.75rem;
}
.icon-bar__block.is-medium {
  font-size: 15px;
}
.icon-bar__block.is-large {
  font-size: 1.5rem;
}
.icon-bar__block .icon-bar__text {
  padding: 0 5px;
}

/* # Icon with text column
================================================== */
.icon-with-text-column .icon {
  margin-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .icon-with-text-column .icon {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.icon-with-text-column .icon.is-small {
  height: 2.8rem;
  width: 2.8rem;
}
.icon-with-text-column .icon.is-medium {
  height: 3.6rem;
  width: 3.6rem;
}
.icon-with-text-column .icon.is-large {
  height: 5.4rem;
  width: 5.4rem;
}

/* # Image with text
================================================== */
@media only screen and (max-width: 798px) {
  .image-with-text .has-gutter-enabled .image-with-text__column:not(:last-child) {
    margin-bottom: 20px;
  }
}

.image-with-text__image-column .image-element__wrap {
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .image-with-text__image-column.has-image-crop:not(.image-crop--none) {
    height: 100vw;
  }
}

.image-with-text__text-column {
  padding: 30px;
}

.image-with-text__container {
  width: 100%;
}

.image-with-text__heading {
  padding-bottom: 20px;
  line-height: 1.2;
}
.image-with-text__heading.is-small {
  font-size: 48px;
}
.image-with-text__heading.is-regular {
  font-size: 60px;
}
.image-with-text__heading.is-large {
  font-size: 90px;
}

.image-with-text__link {
  width: 100%;
  display: block;
  overflow: hidden;
}

.image-with-text__link:hover .image-with-text__image,
.image-with-text__link:hover svg {
  transform: scale(1.1);
}

.image-with-text__image,
.image-with-text__link svg {
  transition: transform 0.3s ease-in-out;
}

@media only screen and (max-width: 798px) {
  .block__image-with-text .has-gutter-enabled .image-with-text__column {
    margin-bottom: 20px;
  }
}

/* # Image with text overlay
================================================== */
.block__image-with-overlay .image-with-text-overlay__container,
.image-with-text-overlay .image-with-text-overlay__container,
.image-slideshow .image-with-text-overlay__container {
  width: 100%;
}
.block__image-with-overlay .caption-content,
.image-with-text-overlay .caption-content,
.image-slideshow .caption-content {
  padding: 30px;
  min-width: 350px;
}
@media only screen and (max-width: 480px) {
  .block__image-with-overlay .caption-content,
  .image-with-text-overlay .caption-content,
  .image-slideshow .caption-content {
    min-width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .block__image-with-overlay .mobile-text--below-media > .container,
  .image-with-text-overlay .mobile-text--below-media > .container,
  .image-slideshow .mobile-text--below-media > .container {
    display: block;
  }
  .block__image-with-overlay .mobile-text--below-media .caption,
  .image-with-text-overlay .mobile-text--below-media .caption,
  .image-slideshow .mobile-text--below-media .caption {
    position: static;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .block__image-with-overlay .mobile-text--below-media .caption-content,
  .image-with-text-overlay .mobile-text--below-media .caption-content,
  .image-slideshow .mobile-text--below-media .caption-content {
    padding: 20px 0;
  }
  .block__image-with-overlay .mobile-text--below-media.has-background .caption-content,
  .block__image-with-overlay .mobile-text--below-media.has-border .caption-content,
  .image-with-text-overlay .mobile-text--below-media.has-background .caption-content,
  .image-with-text-overlay .mobile-text--below-media.has-border .caption-content,
  .image-slideshow .mobile-text--below-media.has-background .caption-content,
  .image-slideshow .mobile-text--below-media.has-border .caption-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .block__image-with-overlay .mobile-text--below-media .is-width-half .caption,
  .image-with-text-overlay .mobile-text--below-media .is-width-half .caption,
  .image-slideshow .mobile-text--below-media .is-width-half .caption {
    position: static;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    top: 0;
    transform: none;
  }
  .block__image-with-overlay .mobile-text--below-media .is-width-half .caption-content,
  .image-with-text-overlay .mobile-text--below-media .is-width-half .caption-content,
  .image-slideshow .mobile-text--below-media .is-width-half .caption-content {
    padding: 20px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .block__image-with-overlay .mobile-text--over-media .caption,
  .image-with-text-overlay .mobile-text--over-media .caption,
  .image-slideshow .mobile-text--over-media .caption {
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
  }
  .block__image-with-overlay .mobile-text--over-media .caption .caption-content,
  .image-with-text-overlay .mobile-text--over-media .caption .caption-content,
  .image-slideshow .mobile-text--over-media .caption .caption-content {
    width: calc(100% - 20px);
  }
}
.block__image-with-overlay .image-crop-left img,
.image-with-text-overlay .image-crop-left img,
.image-slideshow .image-crop-left img {
  min-height: 60vh;
  object-fit: cover;
  object-position: left;
}
.block__image-with-overlay .image-crop-center img,
.image-with-text-overlay .image-crop-center img,
.image-slideshow .image-crop-center img {
  min-height: 60vh;
  object-fit: cover;
  object-position: center;
}
.block__image-with-overlay .image-crop-right img,
.image-with-text-overlay .image-crop-right img,
.image-slideshow .image-crop-right img {
  min-height: 60vh;
  object-fit: cover;
  object-position: right;
}
.block__image-with-overlay .pretext,
.block__image-with-overlay .subtitle,
.image-with-text-overlay .pretext,
.image-with-text-overlay .subtitle,
.image-slideshow .pretext,
.image-slideshow .subtitle {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.block__image-with-overlay .subtitle.image-with-text-overlay__subheading,
.image-with-text-overlay .subtitle.image-with-text-overlay__subheading,
.image-slideshow .subtitle.image-with-text-overlay__subheading {
  padding-top: 10px;
}
.block__image-with-overlay .title,
.image-with-text-overlay .title,
.image-slideshow .title {
  padding-top: 10px;
}
.block__image-with-overlay .image-with-text-overlay__banner,
.image-with-text-overlay .image-with-text-overlay__banner,
.image-slideshow .image-with-text-overlay__banner {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 798px) {
  .block__image-with-overlay .image-with-text-overlay__banner,
  .image-with-text-overlay .image-with-text-overlay__banner,
  .image-slideshow .image-with-text-overlay__banner {
    overflow: visible;
  }
}
.block__image-with-overlay .image-with-text-overlay__banner h1.title,
.image-with-text-overlay .image-with-text-overlay__banner h1.title,
.image-slideshow .image-with-text-overlay__banner h1.title {
  font-family: 'ChervinPro-Bold', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120.0px;
  text-transform: none;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 798px) {
  .block__image-with-overlay .image-with-text-overlay__banner h1.title,
  .image-with-text-overlay .image-with-text-overlay__banner h1.title,
  .image-slideshow .image-with-text-overlay__banner h1.title {
    font-size: 96px;
  }
}
.block__image-with-overlay .image-with-text-overlay__banner h1.title > a,
.block__image-with-overlay .image-with-text-overlay__banner h1.title > a:link,
.block__image-with-overlay .image-with-text-overlay__banner h1.title > a:visited,
.image-with-text-overlay .image-with-text-overlay__banner h1.title > a,
.image-with-text-overlay .image-with-text-overlay__banner h1.title > a:link,
.image-with-text-overlay .image-with-text-overlay__banner h1.title > a:visited,
.image-slideshow .image-with-text-overlay__banner h1.title > a,
.image-slideshow .image-with-text-overlay__banner h1.title > a:link,
.image-slideshow .image-with-text-overlay__banner h1.title > a:visited {
  color: #000000;
}
.block__image-with-overlay .image-with-text-overlay__banner h1.title > a:hover,
.block__image-with-overlay .image-with-text-overlay__banner h1.title > a:focus,
.image-with-text-overlay .image-with-text-overlay__banner h1.title > a:hover,
.image-with-text-overlay .image-with-text-overlay__banner h1.title > a:focus,
.image-slideshow .image-with-text-overlay__banner h1.title > a:hover,
.image-slideshow .image-with-text-overlay__banner h1.title > a:focus {
  color: #51B2F5;
}
.block__image-with-overlay .image-with-text-overlay__banner .placeholder-svg,
.image-with-text-overlay .image-with-text-overlay__banner .placeholder-svg,
.image-slideshow .image-with-text-overlay__banner .placeholder-svg {
  min-height: 400px;
}
.block__image-with-overlay .caption,
.image-with-text-overlay .caption,
.image-slideshow .caption {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  padding: 1%;
  pointer-events: none;
}
@media only screen and (min-width: 481px) {
  .block__image-with-overlay .caption,
  .image-with-text-overlay .caption,
  .image-slideshow .caption {
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 481px) {
  .block__image-with-overlay .caption.align-middle,
  .image-with-text-overlay .caption.align-middle,
  .image-slideshow .caption.align-middle {
    top: 50%;
    transform: translate(0, -50%);
  }
}
.block__image-with-overlay .caption.align-top,
.image-with-text-overlay .caption.align-top,
.image-slideshow .caption.align-top {
  top: 0;
  transform: none;
}
.block__image-with-overlay .caption.align-bottom,
.image-with-text-overlay .caption.align-bottom,
.image-slideshow .caption.align-bottom {
  top: auto;
  bottom: 0;
  transform: none;
}
.block__image-with-overlay .caption-content,
.image-with-text-overlay .caption-content,
.image-slideshow .caption-content {
  pointer-events: all;
  display: inline-block;
}
.block__image-with-overlay .caption-overlay-true,
.image-with-text-overlay .caption-overlay-true,
.image-slideshow .caption-overlay-true {
  z-index: 3;
}
.block__image-with-overlay .dark-overlay-true:after,
.image-with-text-overlay .dark-overlay-true:after,
.image-slideshow .dark-overlay-true:after {
  content: "";
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block__image-with-overlay .banner--full-link,
.image-with-text-overlay .banner--full-link,
.image-slideshow .banner--full-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
}

.image-with-text-overlay__buttons {
  justify-content: space-between;
}
.image-with-text-overlay__buttons.are-small {
  max-width: 300px;
}
.image-with-text-overlay__buttons.are-regular {
  max-width: 400px;
}
.image-with-text-overlay__buttons.are-large {
  max-width: 500px;
}
.image-with-text-overlay__buttons.is-justify-left {
  justify-content: flex-start;
}
.image-with-text-overlay__buttons.is-justify-right {
  justify-content: flex-end;
}
.image-with-text-overlay__buttons.is-justify-center {
  justify-content: center;
}
.image-with-text-overlay__buttons .button {
  flex: 0 0 calc(50% - 6px);
  margin-bottom: 12px;
  white-space: normal;
  margin-left: 0;
  margin-right: 0;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .image-with-text-overlay__buttons .button {
    width: 100% !important;
    max-width: calc(50% - 6px) !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .image-with-text-overlay__buttons .button {
    flex: 1 0 100%;
  }
}

/* # List of collections page
================================================== */
.list-collection-wrapper .list-collection__thumbnail {
  display: block;
  margin-bottom: 30px;
}

.collection-list .has-no-side-gutter .list-collection__thumbnail {
  margin-bottom: 0;
}

.list-collection__thumbnail {
  overflow: hidden;
}
.list-collection__thumbnail .product-wrap {
  position: relative;
  overflow: hidden;
}
.list-collection__thumbnail .product-wrap.enable-zoom-true:hover img,
.list-collection__thumbnail .product-wrap.enable-zoom-true:hover svg {
  transform: scale(1.1);
}
.list-collection__thumbnail img,
.list-collection__thumbnail svg {
  transition: all 0.3s ease-in-out;
}

.collection-thumbnail-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.collection-info__caption {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2;
}
.collection-info__caption .title {
  display: block;
  margin-bottom: 20px;
  font-family: 'ChervinPro-Bold', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  text-transform: none;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 798px) {
  .collection-info__caption .title {
    font-size: 48px;
  }
}
.collection-info__caption .title > a,
.collection-info__caption .title > a:link,
.collection-info__caption .title > a:visited {
  color: #000000;
}
.collection-info__caption .title > a:hover,
.collection-info__caption .title > a:focus {
  color: #51B2F5;
}

.collection-info__caption--below-image {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collection-info__caption--below-image .title {
  text-align: center;
}

/* # Logo list
================================================== */
.logo-list .has-background {
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  .logo-list .logo-list__wrapper {
    max-width: 1200px;
    width: 95%;
  }
}

/* # Map
================================================== */
.maps {
  width: 100%;
}

.map {
  height: 100%;
  width: 100%;
}

/* # Mobile Header
================================================== */
.mobile-menu--opened {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
}

#mobile-header .mobile-header__logo {
  width: 100%;
}

.mobile-header {
  /* background-color: #ffffff; */
  transition: background-color 0.3s linear, height 0.2s linear;
  width: 100%;
}
@media only screen and (min-width: 799px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header__content {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 799px) {
  .mobile-header__content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-header__content {
    padding: 0 10px;
  }
}

.mobile-menu__toggle-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: visibility 0s linear, opacity 0.33s linear 0.1s;
  padding: 10px 5px 10px 0;
}
.mobile-menu__toggle-icon .icon {
  fill: #fff;
}
.mobile-menu__toggle-icon .mobile-header__open-menu {
  transition: visibility 0s linear, opacity 0.33s linear 0.1s;
}
.mobile-menu__toggle-icon .mobile-header__close-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: visibility 0s linear, opacity 0.33s linear 0.1s;
}
.mobile-menu__toggle-icon.is-active .mobile-header__open-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.mobile-menu__toggle-icon.is-active .mobile-header__close-menu {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.mobile-layout--left .mobile-logo {
  width: calc(50% - 10px);
}
.mobile-layout--left .mobile-dropdown,
.mobile-layout--left .mobile-icons {
  width: calc(25% - 10px);
}
.mobile-layout--left .mobile-icons {
  justify-content: flex-end;
}
.mobile-layout--left.mobile-logo__position--left .mobile-dropdown,
.mobile-layout--left.mobile-logo__position--left .mobile-icons {
  width: auto;
}

.mobile-logo,
.mobile-dropdown,
.mobile-icons {
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.mobile-icons {
  order: 2;
}

.mobile-dropdown {
  order: 0;
}

.mobile-logo {
  order: 1;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile-logo .image-element__wrap {
  max-width: 200px !important;
}

.mobile-logo__position--left .mobile-logo {
  order: 0;
  justify-content: left;
  text-align: left;
}
.mobile-logo__position--left .mobile-logo .image-element__wrap {
  margin-left: 0;
}

.mobile-layout--left.mobile-logo__position--below {
  flex-wrap: wrap;
}
.mobile-layout--left.mobile-logo__position--below .mobile-dropdown,
.mobile-layout--left.mobile-logo__position--below .mobile-icons {
  width: 50%;
}
.mobile-layout--left.mobile-logo__position--below .mobile-logo {
  display: none;
}

.mobile-layout--right .action-area__link.has-cart-count {
  padding-right: 5px;
}

.mobile-layout--right.mobile-logo__position--below {
  flex-wrap: wrap;
}
.mobile-layout--right.mobile-logo__position--below .mobile-icons {
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.mobile-layout--right.mobile-logo__position--below .mobile-logo {
  display: none;
}

.mobile-dropdown__position--left {
  order: 0;
}

.mobile-dropdown__position--right {
  order: 3;
  padding-top: 5px;
}

.mobile-logo__outer {
  justify-content: center;
  display: flex;
  background-color: #ffffff;
  padding: 10px 0;
  width: 100%;
}
.mobile-logo__outer a {
  color: #000000;
}
.mobile-logo__outer .image-element__wrap {
  max-width: 200px !important;
}

.mobile-menu a {
  color: #000000;
}
.mobile-menu a:hover {
  color: #51B2F5;
}

.submenu__label:hover a {
  color: #007ACE;
}

.mobile-menu__submenu {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.mobile-menu__toggle-icon.is-active + .mobile-menu {
  transition: left 0.5s;
  left: 0;
}

.mobile-menu {
  max-height: 100%;
  min-height: 100vh;
  left: -100%;
  position: absolute;
  top: 100%;
  transition: left 0.3s ease-in-out;
  width: 100%;
  z-index: 40;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu .mobile-menu__item {
  align-items: center;
}
.mobile-menu .mobile-menu__item .icon {
  fill: #000000;
  margin-right: 12px;
}
.mobile-menu .mobile-menu__item .icon:hover {
  fill: #007ACE;
}
.mobile-menu .mobile-menu__item select {
  color: #000000;
}
.mobile-menu .mobile-menu__item select:hover {
  color: #51B2F5;
}
.mobile-menu .mobile-menu-link,
.mobile-menu .mobile-menu__item {
  display: flex;
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
}

.mobile-menu__first-level label {
  display: block;
  position: relative;
}
.mobile-menu__first-level .close-dropdown,
.mobile-menu__first-level .close-sub-dropdown {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 100%;
  width: 25%;
  z-index: 2;
}
.mobile-menu__first-level .has-no-link .close-dropdown,
.mobile-menu__first-level .has-no-link .close-sub-dropdown {
  width: 100%;
}

.mobile-menu__content {
  padding-bottom: 100px;
}
.mobile-menu__content .icon-caption {
  padding: 0;
  font-size: 1em;
}
.mobile-menu__content .mobile-menu__list {
  padding-bottom: 100px;
}

.mobile__currency-dropdown {
  align-items: center;
  position: relative;
}
.mobile__currency-dropdown .icon-caption {
  position: absolute;
}
.mobile__currency-dropdown select {
  border: none;
  font-family: 'ChervinPro-Medium', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: none;
  height: inherit;
  background: transparent;
  color: currentColor;
}

.mobile-menu-icons {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 75vh;
  width: 100%;
  padding: 0;
}

.mobile-menu-link {
  position: relative;
}
.mobile-menu-link::after {
  border-color: #007ACE;
  right: 4em;
  z-index: 4;
  font-size: 1.1em;
}

.mobile-menu__submenu {
  transition: max-height 0.5s;
  border-left: 1px solid #ebebeb;
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  padding-left: 0;
}
.mobile-menu__submenu.has-mega-menu {
  margin-left: 0;
  max-height: none;
  display: none;
}
.mobile-menu__submenu .mega-menu {
  display: block;
  position: relative;
  background-color: #ffffff !important;
  left: 0;
}

.submenu__input:checked ~ .mobile-menu__submenu {
  transition: max-height 0.8s;
  max-height: 100vh;
}
.submenu__input:checked ~ .mobile-menu__submenu.has-dropdown {
  max-height: none;
}
.submenu__input:checked ~ .mobile-menu__submenu.has-mega-menu {
  max-height: none;
  display: block;
  border-left: 0;
}
.submenu__input:checked + label a:after {
  transform: rotate(90deg);
  top:10px;
}
.submenu__input + label a:after {
  transition: transform 0.2s linear;
}

.header__icon-style-text .mobile-icons,
.header__icon-style-icons-text .mobile-icons {
  flex-wrap: wrap;
  justify-content: center;
}
.header__icon-style-text .mobile-icons.has-one-icon,
.header__icon-style-icons-text .mobile-icons.has-one-icon {
  justify-content: flex-end;
}
.header__icon-style-text .mobile-icons .action-area__link,
.header__icon-style-icons-text .mobile-icons .action-area__link {
  padding: 5px;
}
.header__icon-style-text .header-cart__caption,
.header__icon-style-icons-text .header-cart__caption {
  white-space: nowrap;
}

.header__icon-style-icons .mobile__currency-dropdown .icon-caption {
  display: block;
  opacity: 0;
}

.header__icon-style-text .mobile__currency-dropdown {
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
}
.header__icon-style-text .mobile__currency-dropdown .icon-caption {
  position: relative;
}
.header__icon-style-text .mobile__currency-dropdown select,
.header__icon-style-text .mobile__currency-dropdown option {
  padding-left: 0;
}

@-moz-document url-prefix() {
  .header__icon-style-text .mobile__currency-dropdown select {
    text-indent: -2px;
  }
}
.header__icon-style-icons-text .mobile__currency-dropdown select {
  padding-left: 25px;
}

.mobile-menu__toggle-button {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  z-index: 50;
  bottom: 0;
}
.mobile-menu__toggle-button.mobile-toggle__position--right {
  right: 0;
  left: initial;
}
@media only screen and (max-width: 799px) {
  .mobile-menu__toggle-button {
    display: block;
  }
}

/* # Mega menu
================================================== */
.mega-menu-section {
  display: none;
}

#header .is-width-wide .mega-menu {
  width: calc(100% + 20px);
  left: calc(-20px / 2);
}

.header--search-focus .mega-menu {
  overflow: auto;
}

.mega-menu {
  display: none;
  left: 0;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 100%;
  z-index: 20;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
}
@media only screen and (max-width: 798px) {
  .mega-menu {
    box-shadow: 0;
  }
}
.mega-menu.mega-menu--show {
  display: block;
}
.mega-menu.mega-menu--force-show {
  display: block !important;
  z-index: 30 !important;
}
.mega-menu a,
.mega-menu a:active,
.mega-menu a:visited {
  color: #000000;
}
.mega-menu a:hover {
  color: #007ACE;
}
.mega-menu .menu__heading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}
.mega-menu .mega-menu__linklist-link {
  display: inline-block;
  padding: 0.5em 0;
  line-height: 1;
}
.mega-menu .mega-menu__image {
  max-height: none;
}

.mega-menu__block {
  padding: 20px;
}
@media only screen and (max-width: 798px) {
  .mega-menu__block.block__empty-column {
    display: none;
  }
}
.mega-menu__block.block__featured-promo .button {
  width: 100%;
}
.mega-menu__block .mega-menu__content {
  margin-top: 10px;
}
.mega-menu__block .mega-menu__content:first-child {
  margin-top: 0;
}
.mega-menu__block.block__featured-product .price {
  font-size: 0.9em;
}

.mega-menu__banner {
  padding: 0.75em 1em;
  width: 100%;
  transition: background-color 0.2s linear;
}
.mega-menu__banner .icon {
  flex-shrink: 0;
}
.mega-menu__banner .mega-menu__sticker-text {
  padding: 0 0.5em;
}
.mega-menu__banner.is-small {
  font-size: 0.8rem;
}
.mega-menu__banner.is-regular {
  font-size: 1rem;
}
.mega-menu__banner.is-large {
  font-size: 1.2rem;
}

.navbar-item.has-mega-menu {
  position: static;
}

.mega-menu__section.is-active .mega-menu {
  display: block;
}

.mega-menu__content {
  position: relative;
  width: 100%;
}
.mega-menu__content .has-thumbnail-sticker .sticker-holder__content {
  font-size: 14px;
}

/* # Popup
================================================== */
.popup-modal .fancybox-bg {
  opacity: 1;
}
.popup-modal .fancybox-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media only screen and (max-width: 480px) {
  .popup-modal .fancybox-slide {
    align-items: flex-end;
    padding: 0;
  }
}

.popup__wrapper {
  display: none;
  padding: 0;
  max-width: 900px;
  width: 90%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .popup__wrapper {
    width: 100%;
  }
}
.popup__wrapper.animated {
  opacity: 0;
}
.popup__wrapper.has-image .newsletter-form {
  max-width: 100%;
}

.popup__text {
  font-size: 1rem;
}

.popup__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  cursor: pointer;
}
.popup__close .icon--vertical-align {
  display: flex;
  justify-content: center;
  margin: auto;
}

.newsletter-section--popup {
  margin: 0;
  padding-top: 20px;
  width: 100%;
  max-width: none;
}
.newsletter-section--popup .newsletter__wrapper {
  max-width: 100%;
  padding: 0;
}

.popup__image {
  align-items: center;
  position: relative;
  min-width: 200px;
  width: 40%;
}
.popup__image.has-image-crop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .popup__image {
    display: none;
  }
}

.image-position-right .popup__image {
  order: 1;
}
.image-position-right .popup__close {
  left: 0;
  right: auto;
}

.popup__content {
  max-width: calc(75% - 80px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 60%;
  padding: 40px;
}
@media only screen and (max-width: 798px) {
  .popup__content {
    max-width: 100%;
    padding: 20px;
  }
}

.popup__header {
  width: calc(100% - 12px);
}
@media only screen and (max-width: 798px) {
  .popup__header {
    margin: 0 10px;
  }
}

/* # Rich text
================================================== */
.mobile-shrink-text span,
.mobile-shrink-text p {
  font-size: 1em;
  display: block;
}
@media only screen and (max-width: 798px) {
  .mobile-shrink-text span,
  .mobile-shrink-text p {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-shrink-text span,
  .mobile-shrink-text p {
    font-size: 0.5em;
  }
}

.rich-text__content a.button {
  max-width: 50%;
}
@media only screen and (max-width: 798px) {
  .rich-text__content a.button {
    max-width: 100%;
  }
}

/* # Search
================================================== */
.search-form {
  position: relative;
}
@media only screen and (max-width: 798px) {
  .search-form {
    padding-top: 20px;
  }
}
.search-form .search__fields input[type=text] {
  outline: none;
  border-radius: 0;
  border: thin solid #ebebeb;
  color: #7a7a7a;
}
.search-form .search__fields input[type=text]:active,
.search-form .search__fields input[type=text]:focus {
  color: #0a0a0a;
  box-shadow: none;
}
.search-form .search__fields [data-icon=search] {
  padding: 5px;
  color: #0a0a0a;
}
.search-form .search__fields .field {
  margin-bottom: 0;
}

/* # Search page - default view and results
================================================== */
@media only screen and (max-width: 480px) {
  .search-result__image-container {
    padding-bottom: 20px;
  }
}

.search-result__description {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.search__content .search__results-wrapper {
  position: relative;
}

/* # Search overlay & Popup
================================================== */

[data-show-search-trigger] {
  cursor: pointer;
}
[data-show-search-trigger] * {
  pointer-events: none;
}

.search-overlay__title,
.search-popup__title {
  color: #000;
}

.search-overlay__form,
.search-popup__form {
  padding: 20px 0;
}
.search-overlay__form .field:not(:last-child),
.search-popup__form .field:not(:last-child) {
  padding-bottom: 0;
}

.search-menu__list {
  display: inline;
  list-style: none;
  padding-left: 5px;
}
@media only screen and (max-width: 798px) {
  .search-menu__list {
    padding-left: 0;
    padding-top: 5px;
  }
}

.search-menu__item {
  display: inline-block;
  padding: 0 5px;
}
@media only screen and (max-width: 798px) {
  .search-menu__item {
    width: 100%;
    padding: 0;
  }
}
.search-menu__item a,
.search-menu__item a:visited {
  color: #000000;
}
.search-menu__item a:hover,
.search-menu__item a:focus,
.search-menu__item a:visited:hover,
.search-menu__item a:visited:focus {
  color: #007ACE;
}

.search-overlay {
  background-color: #ffffff;
  color: #000;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  z-index: 60;
}
.search-overlay.sticky-search {
  position: fixed;
}
.search-overlay.is-opened {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .search-overlay .search-menu {
    max-width: 70%;
    margin: 0 auto;
  }
}

.search-overlay__close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.search-overlay__close:hover {
  opacity: 0.5;
}

.search-overlay__wrapper {
  padding: 60px 0;
}

.search-popup {
  display: none;
  background-color: #FFF;
  color: #000;
  max-width: 600px;
  padding: 60px 0 45px;
  font-size: 1.2em;
}
.search-popup .search-overlay__wrapper {
  padding: 0 45px;
}
.search-popup .search-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-popup .search-menu__title {
  padding-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .search-popup .search-menu__title {
    padding-bottom: 0;
  }
}
.search-popup .search-menu__item {
  width: 45%;
  padding: 0;
  display: block;
}
@media only screen and (max-width: 798px) {
  .search-popup .search-menu__item {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .search-popup__form {
    margin: 0 auto;
  }
}

/* # Search autocomplete
================================================== */
.search__results-wrapper {
  display: none;
  position: relative;
}

.search__results {
  width: 100%;
  right: 0;
  left: auto;
  z-index: 30;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
}
@media only screen and (max-width: 798px) {
  .search__results {
    position: relative;
    padding: 0 10px;
    width: 100%;
  }
}
.search__results li {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
}
.search__results li:nth-child(-n + 2) {
  border-top: none;
}
.search__results li a,
.search__results li .no-results {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 15px;
  padding: 10px 0;
}
.search__results li a:hover,
.search__results li .no-results:hover {
  color: #51B2F5;
}
.search__results .thumbnail {
  padding: 0;
  max-width: 12%;
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .search__results .thumbnail {
    max-width: 20%;
  }
}
.search__results .thumbnail img {
  display: block;
}
.search__results .all-results .icon {
  margin-left: 4px;
}

.vertical-header__block .search__results-wrapper {
  background-color: white;
  max-width: 40%;
}

.header--vertical .vertical-search__title {
  display: block;
}

.vertical-search__title {
  padding: 10px 20px 0;
  display: none;
}

.page-not-found-page .content .search__results {
  margin: 0;
}

/* #Mobile search
================================================== */
.mobile-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 799px) {
  .mobile-search {
    display: none !important;
  }
}
.mobile-search form {
  background-color: white;
  margin: 0;
  padding: 10px 20px 0;
  position: relative;
  min-height: 70vh;
  width: 100%;
}
.mobile-search input#q {
  font-size: 16px;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 12px;
  border: 0;
  border-bottom: 1px solid #ebebeb;
}
.mobile-search input#q:focus,
.mobile-search input#q:active {
  border-bottom: 1px solid #ebebeb;
}
.mobile-search .control .icon {
  top: 4px;
  transform: none;
  padding: 0;
  pointer-events: initial;
  z-index: 2;
  cursor: pointer;
  color: #7a7a7a;
}
.mobile-search .search__results-wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobile-search .search__results {
  background-color: white;
  margin-top: 0;
  padding: 0;
}
.mobile-search .item-result:last-child {
  padding-bottom: 10px;
}

/* # Sidebar
================================================== */
@media only screen and (max-width: 798px) {
  .sidebar-section {
    width: 100% !important;
  }
  .sidebar-section {
    order: 1;
  }
  .sidebar-section + .has-sidebar-option {
    width: 100% !important;
  }
}

.product-sidebar--mobile-above {
  padding-bottom: 40px;
}

.product-sidebar--mobile-below {
  padding-bottom: 20px;
}

.sidebar-block__heading {
  cursor: default;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar-block__heading + .sidebar-block__content {
  padding-top: 0.9rem;
}

.sidebar__block.sidebar-toggle-active {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar__block:first-child {
  padding-top: 0;
}
.sidebar__block:last-child {
  padding-bottom: 0;
}

.sidebar-block__toggle-icon {
  position: absolute;
  right: 0;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: transparent;
}
.sidebar-block__toggle-icon:focus {
  outline: 0;
}
.sidebar-block__toggle-icon .icon {
  color: #0a0a0a;
  transition: transform 0.2s linear;
}

.icon-style--plus_and_minus .icon.icon--active + .icon {
  display: none;
}

.sidebar-toggle-active.is-active .icon-style--carets .icon {
  transform: rotate(180deg);
}
.sidebar-toggle-active.is-active .icon-style--plus_and_minus .icon.icon--active {
  display: none;
}
.sidebar-toggle-active.is-active .icon-style--plus_and_minus .icon.icon--active + .icon {
  display: block;
}

[data-sidebar-block__content--collapsible] {
  display: none;
}

.sidebar-block__recent-post {
  margin-bottom: 10px;
}
.sidebar-block__recent-post .label {
  font-weight: normal;
}

@media only screen and (min-width: 799px) {
  .block__featured-promo {
    width: 75%;
  }
}
.block__featured-promo .card-content {
  padding: 20px;
}
.block__featured-promo .sidebar__promo-content {
  margin-left: 0;
}

.block__newsletter .newsletter-section {
  width: 100%;
}
.block__newsletter .newsletter__wrapper {
  max-width: 100%;
}
.block__newsletter .newsletter__text {
  color: inherit !important;
}

.block__menu .sidebar-block__item {
  margin-bottom: 5px;
}

.block__tag-filter .tag-filter__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.block__tag-filter .tag-filter__label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  color: #007ACE;
  transition: 0.2s linear;
  display: flex;
  align-items: center;
}
.block__tag-filter .tag-filter__label:hover {
  color: #51B2F5;
}
.block__tag-filter .tag-filter__item.is-active .tag-filter__label {
  cursor: initial;
  color: initial;
}
.block__tag-filter .tag-filter__item.is-active .tag-filter__label:hover {
  color: initial;
}
.block__tag-filter .tag-filter__checkbox--regular {
  display: none;
}
.block__tag-filter .tag-filter__swatch {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-size: cover;
  margin-right: 10px;
  font-size: 0;
}
.block__tag-filter .tag-filter__swatch {
  border-radius: 50%;
}
.block__tag-filter .tag-filter__swatch input[style*=no-image-50],
.block__tag-filter .tag-filter__swatch input.swatch__image--empty {
  opacity: 0;
}
.block__tag-filter .tag-filter__checkbox--swatch {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 20px;
  background-size: cover;
  background-position: center;
}
.block__tag-filter .tag-filter__checkbox--swatch {
  border-radius: 50%;
}
.faceted-filter-form .clear-filter {
  width: 10px;
  height: 10px;
}

.faceted-filter-group-summary__active-count {
  margin: 0 auto 0 0.5rem;
}

.faceted-filter-form {
  margin: 0;
}

.faceted-filter-group-display {
  margin: 0 0 20px;
}

.faceted-filter-group-display__header,
.sidebar-block__heading {
  display: flex;
  justify-content: space-between;
}

.faceted-filter-group-display__header {
  margin-bottom: 10px;
}

ul.faceted-filter-group-display__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.faceted-filter-group-display__list-item {
  margin: 0;
}

.faceted-filter-group-display__list-item-input {
  position: absolute;
  opacity: 0;
}

.faceted-filter-group-display__list-item-label {
  margin: 0;
  padding: 4px 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.faceted-filter-group-display__list-item-label-text {
  padding-left: 12px;
  font-weight: initial;
  font-size: 15px;
}
.faceted-filter-group-display__list-item-input:checked ~ .faceted-filter-group-display__list-item-label-text {
  font-weight: bold;
}

.faceted-filter-group-display__list-item-input:disabled ~ * {
  opacity: 0.5;
}

.faceted-filter-group-display__checkmark {
  stroke-width: 2;
  border: 1px solid #ebebeb;
  cursor: pointer;
  transition: border-color 100ms, background 100ms;
}
.faceted-filter-group-display__list-item-input:focus ~ .faceted-filter-group-display__checkmark {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #007ACE;
}
.faceted-filter-group-display__list-item-input:checked ~ .faceted-filter-group-display__checkmark {
  stroke: #ffffff;
  background: #007ACE;
  border-color: #007ACE;
}
.faceted-filter-group-display__list-item-input:disabled ~ .faceted-filter-group-display__checkmark {
  cursor: not-allowed;
}

.faceted-filter-group-display__price-range {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.faceted-filter-group-display__price-range-from,
.faceted-filter-group-display__price-range-to {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-column-gap: 5px;
}
.faceted-filter-group-display__price-range-from .faceted-filter-group-display__price-range-input,
.faceted-filter-group-display__price-range-to .faceted-filter-group-display__price-range-input {
  margin: 0;
  padding: 10px;
}

.faceted-filter-group-display__price-range-label {
  grid-column: span 2;
  margin: 0;
  font-weight: bold;
}

.faceted-filter-group-display__submit {
  margin-top: 20px;
}

.js .faceted-filter-group-display__list-submit {
  display: none;
}

.faceted-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.sidebar-block--first .faceted-active-filters {
  padding-top: 0;
}

/* # Slideshow with text
================================================== */
@media only screen and (max-width: 798px) {
  .slideshow-with-text .has-gutter-enabled .image-slideshow {
    margin-bottom: 20px;
  }
}
.slideshow-with-text .text-slideshow__heading.banner__subheading {
  font-family: 'ChervinPro-Medium', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}
.slideshow-with-text .text-slideshow__heading.banner__heading {
  font-family: 'ChervinPro-Bold', sans-serif;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
}
.slideshow-with-text .flickity-prev-next-button.next {
  right: 0;
}
.slideshow-with-text .flickity-prev-next-button.previous {
  left: 0;
}

.image-slideshow {
  opacity: 0;
  transition: opacity 0.4s;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 798px) {
  .image-slideshow {
    order: 1;
  }
}
.image-slideshow .placeholder-svg {
  height: 500px;
}
@media only screen and (max-width: 798px) {
  .image-slideshow .placeholder-svg {
    height: 300px;
  }
}
.image-slideshow .flickity-buttons-container {
  position: absolute;
  display: flex;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 798px) {
  .image-slideshow .flickity-buttons-container {
    display: none;
  }
}
.image-slideshow .flickity-button {
  position: relative;
  transform: none;
}
.image-slideshow .flickity-button:first-child {
  margin-right: 10px;
}

.image-slideshow-position--left .flickity-buttons-container {
  left: 5%;
  right: auto;
}

.image-slideshow-position--right {
  order: 2;
}
@media only screen and (max-width: 798px) {
  .image-slideshow-position--right {
    order: 0;
  }
}

.image-slideshow.flickity-enabled {
  opacity: 1;
  height: auto;
}

.image-slideshow__slide {
  width: 100%;
}
.image-slideshow__slide .image-element__wrap {
  width: 100%;
  height: auto;
}

.text-slideshow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.text-slideshow .flickity-viewport,
.text-slideshow .flickity-slider {
  height: 100%;
}
.text-slideshow .flickity-page-dots {
  align-self: flex-end;
  position: static;
  padding-bottom: 3em;
}
@media only screen and (max-width: 798px) {
  .text-slideshow .flickity-page-dots {
    padding-top: 3em;
    padding-bottom: 0;
    order: -1;
  }
}
.text-slideshow.flickity-page-dots--hidden .flickity-page-dots {
  display: none;
}
@media only screen and (max-width: 798px) {
  .text-slideshow.flickity-page-dots--hidden .flickity-page-dots {
    display: block;
  }
}

.text-slideshow__slide {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3em;
}

.text-slideshow__content {
  width: 100%;
  opacity: 0;
  animation-delay: 0.2s;
}
.text-slideshow__content.animated.none {
  opacity: 1;
}
.text-slideshow__content .button {
  margin-top: 10px;
}

.text-slideshow__heading {
  padding-bottom: 20px;
  line-height: 1.5;
  margin: 0;
}
.text-slideshow__heading.subtitle {
  font-size: 15px;
}

/* # Slideshow - classic
================================================== */
.slideshow-classic {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .slideshow-classic.page-dots--true {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.slideshow-classic .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 45%;
  height: 45%;
  transform: translateX(-50%) translateY(-50%);
}
.slideshow-classic .mobile-text--over-media .caption {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .slideshow-classic .mobile-text--below-media .caption {
    position: static;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.slideshow-classic .gallery-cell {
  width: 100%;
}
.slideshow-classic .gallery-cell .image-element__wrap {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .slideshow-classic .gallery-cell {
    display: block;
  }
}
.slideshow-classic .flickity-button,
.slideshow-classic .flickity-page-dots {
  position: absolute;
  top: auto;
  bottom: 25px;
}
.slideshow-classic .flickity-button {
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .slideshow-classic .flickity-button {
    display: none;
  }
}
.slideshow-classic .flickity-page-dots {
  bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .slideshow-classic .flickity-page-dots {
    bottom: 0;
  }
}

.slideshow-classic__buttons {
  justify-content: space-between;
}
.slideshow-classic__buttons.are-small {
  max-width: 300px;
}
.slideshow-classic__buttons.are-regular {
  max-width: 400px;
}
.slideshow-classic__buttons.are-large {
  max-width: 500px;
}
.slideshow-classic__buttons.is-justify-left {
  justify-content: flex-start;
}
.slideshow-classic__buttons.is-justify-right {
  justify-content: flex-end;
}
.slideshow-classic__buttons.is-justify-center {
  justify-content: center;
}
.slideshow-classic__buttons .button {
  flex: 0 0 calc(50% - 6px);
  margin-bottom: 12px;
  white-space: normal;
  margin-left: 0;
  margin-right: 0;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .slideshow-classic__buttons .button {
    width: 100% !important;
    max-width: calc(50% - 6px) !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .slideshow-classic__buttons .button {
    flex: 1 0 100%;
  }
}

.slideshow-classic__banner {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 798px) {
  .slideshow-classic__banner {
    overflow: visible;
  }
}
.slideshow-classic__banner h2.title {
  font-family: 'ChervinPro-Bold', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  text-transform: none;
}
.slideshow-classic__banner .slideshow-classic__subheading {
  padding-top: 10px;
}
.slideshow-classic__banner .placeholder-svg {
  min-height: 400px;
}

/* # Testimonial
================================================== */
.testimonials {
  display: flex;
}
.testimonials:after {
  content: "flickity";
  display: none;
}

.testimonial-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 798px) {
  .testimonial-block {
    margin-bottom: 20px;
    min-height: initial;
  }
}
.testimonial-block.testimonial-border--true {
  border: thin solid #ebebeb;
}
.testimonial-block.testimonial-align--center .testimonial__description,
.testimonial-block.testimonial-align--center .testimonial__name {
  justify-content: center;
  text-align: center;
}
.testimonial-block.testimonial-align--center .testimonial__image {
  left: 50%;
  margin-left: -50px;
}

.testimonial__description,
.testimonial__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 100%;
  position: relative;
}

.testimonial__name {
  align-self: flex-end;
  padding: 70px 40px 25px;
  max-height: 175px;
  height: 175px;
}
@media only screen and (max-width: 1024px) {
  .testimonial__name {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 798px) {
  .testimonial__name {
    font-size: 1rem;
    max-height: 23vh;
    height: 23vh;
  }
}

.testimonial__description {
  align-self: center;
  padding: 40px;
  height: 100%;
  min-height: 250px;
}

.testimonial__image {
  position: absolute;
  margin-top: -50px;
  height: 100px;
  width: 100px;
  max-width: 100px;
  max-height: 100px;
  top: 0;
}
.testimonial__image.image-style--circle img,
.testimonial__image.image-style--circle svg {
  border-radius: 50%;
}

.testimonial__nav-wrapper {
  justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
  .testimonial__nav-wrapper {
    justify-content: space-between;
  }
}

.testimonial__nav {
  color: #007ACE;
  margin-bottom: 10px;
  cursor: pointer;
}
.testimonial__nav:first-child {
  margin-right: 10px;
}
.testimonial__nav:hover {
  color: #51B2F5;
}

.testimonial-block.has-images-enabled-true .testimonial__name {
  margin-top: 40px;
}

.testimonial-block.has-images-enabled-false .testimonial__name .testimonial__description {
  padding: 40px;
}

.is-width-wide .testimonial__nav:last-child {
  margin-right: 10px;
}

@media only screen and (min-width: 799px) {
  .mobile-slider .testimonials:after {
    content: "";
  }
}

@media only screen and (min-width: 799px) {
  .desktop-slider--disabled .testimonial__nav-wrapper {
    display: none;
  }
}
.desktop-slider--disabled .testimonial__description {
  height: initial;
}

/* # Top bar
================================================== */
@media only screen and (max-width: 798px) {
  .top-bar {
    display: none;
  }
}

.top-bar .navbar-item {
  flex: 1 1 auto;
  text-align: center;
}

.top-bar__text {
  padding-left: 0.75rem;
  min-width: 25%;
}

.top-bar.disclosure-enabled .top-bar__item {
  flex: 0 0 auto;
}
.top-bar.disclosure-enabled .top-bar__item.top-bar__social-media {
  flex: 1 1 auto;
  justify-content: flex-end;
}
.top-bar.disclosure-enabled .top-bar__item.top-bar__social-media .navbar-item {
  padding-right: 20px;
  flex: 0 0 auto;
}

.top-bar__item,
.top-bar.disclosure-enabled .top-bar__item {
  display: flex;
  align-items: center;
}
.top-bar__item:first-child,
.top-bar.disclosure-enabled .top-bar__item:first-child {
  flex: 0 0 auto;
  justify-content: flex-start;
}
.top-bar__item:last-child,
.top-bar.disclosure-enabled .top-bar__item:last-child {
  flex: 0 0 auto;
  justify-content: flex-end;
}

.top-bar__menu {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 798px) {
  .top-bar__menu {
    justify-content: center;
  }
}

.top-bar__social-media a {
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}
@media only screen and (max-width: 798px) {
  .top-bar__social-media .social-icons {
    justify-content: center;
  }
}

.top-bar__icons.cart--hidden {
  padding-right: 20px;
}

.top-bar__content .header__currency-dropdown select {
  color: inherit;
}
.top-bar__content .header__currency-dropdown select:hover {
  color: inherit;
}
.top-bar__content .header__icon-style-text .header__currency-dropdown select {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  line-height: inherit;
}

/* # Video
================================================== */
@media only screen and (max-width: 480px) {
  .featured-video.is-width-half.has-video-added {
    background-color: transparent;
  }
}
.featured-video.is-width-half.has-video-added .video-wrapper {
  flex: 1;
}

.video__container {
  width: 100%;
}

@media only screen and (min-width: 799px) {
  .video-wrapper .plyr--video.plyr--paused .plyr__video-embed iframe {
    z-index: 5;
  }
}

.video-controls--false .plyr__controls {
  display: none;
}

.video-present--false [data-video-element] {
  display: none;
}

.video-wrapper {
  position: relative;
}
.video-wrapper.overlay--text_only .video__text-wrapper {
  position: relative;
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.video-wrapper .video__text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.video-wrapper .video__text-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media only screen and (max-width: 480px) {
  .video-wrapper .video__text-container {
    position: relative;
    margin: 0;
  }
}
.video-wrapper .video__text {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.video-wrapper .video__text-wrapper {
  margin: 0;
  padding: 30px;
}
.video-wrapper .video__text-wrapper .button {
  max-width: 50%;
}
@media only screen and (max-width: 480px) {
  .video-wrapper .video__text-wrapper .button {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .video-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-text--over-media .video__text-container {
    position: absolute;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-text--below-media .video__text-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* # Accounts
================================================== */
.register__image img,
.login__image img {
  width: 100%;
}

.register__form img,
.login__form img {
  max-width: 200px;
  margin: 0;
}

.or {
  margin-left: 10px;
}

.login__recover {
  display: none;
}

.recover-note {
  margin: 0.75rem 0;
}

.action_bottom .button,
.recover-options .button {
  margin-right: 5px;
}

.order__unit-price {
  font-size: 0.875rem;
}

/* # Blog
================================================== */
.blog__filter {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .blog__filter .select,
  .blog__filter select {
    width: 100%;
  }
}
.blog__filter .is-grouped {
  justify-content: flex-end;
}
@media only screen and (max-width: 798px) {
  .blog__filter .is-grouped {
    justify-content: flex-start;
  }
}

.blog-main {
  display: flex;
}
.blog-main .select {
  border-color: #ebebeb;
}

.meta-info-list {
  font-size: 0.8em;
}
.meta-info-list .meta-info-list__item {
  margin-right: 5px;
  display: inline-block;
}
.meta-info-list .meta-info-list__item a,
.meta-info-list .meta-info-list__item span {
  padding-left: 5px;
  color: #000000;
}
.meta-info-list .meta-info-list__item:first-child a,
.meta-info-list .meta-info-list__item:first-child span {
  padding-left: 0;
}
.meta-info-list .meta-info-list__item:last-child {
  margin-right: 0;
}
.meta-info-list .meta-info-list__item + li:before {
  content: "|";
  color: rgba(0, 0, 0, 0.3);
}

.blog-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: thin solid #ebebeb;
  box-shadow: 0 2px 3px rgba(235, 235, 235, 0.1), 0 0 0 1px rgba(235, 235, 235, 0.1);
}
@media only screen and (max-width: 798px) {
  .blog-card {
    margin-bottom: 20px;
  }
}
.blog-card.show-border-false {
  border: none;
  box-shadow: none;
}
.blog-card.show-border-false .card-content {
  padding-left: 0;
  padding-right: 0;
}
.blog-card.show-border-false .blog-card__read-more {
  margin-left: 0;
  margin-right: 0;
}
.blog-card .blog-card__content > .blog-card__content-inner > div:not(:last-child),
.blog-card .meta-info > ul:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 799px) {
  .blog-card .image-element__wrap {
    max-height: 20rem;
  }
}
.blog-card .media-content {
  font-size: 60px;
}
.blog-card .media-content .title {
  font-size: 0.8em;
}
.blog-card .blog-card__read-more {
  margin: auto 1.5rem 1.5rem;
}
.blog-card .blog-card__read-more .button {
  height: auto;
  white-space: normal;
}

@media only screen and (min-width: 799px) {
  .blog-card.is-horizontal {
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    max-height: 330px;
  }
  .blog-card.is-horizontal .blog-card__image {
    width: 33.33%;
  }
  .blog-card.is-horizontal .blog-card__image .image {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .blog-card.is-horizontal .blog-card__image .image .image-element__wrap {
    height: 100%;
    max-height: none;
  }
  .blog-card.is-horizontal .blog-card__image .image .image-element__wrap img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .blog-card.is-horizontal .blog-card__content {
    display: flex;
    flex: 3;
    flex-direction: column;
  }
  .blog-card.is-horizontal.show-border-false {
    box-shadow: none;
  }
  .blog-card.is-horizontal.show-border-false .blog-card__content {
    padding: 1.5rem;
  }
  .blog-card.is-horizontal.show-border-false .blog-card__read-more {
    margin-left: 0;
  }
  .blog-card.is-horizontal .blog-card__read-more {
    margin: auto 0 0;
  }
}

@media only screen and (max-width: 798px) {
  .blog-card.is-horizontal .blog-card__read-more {
    margin: 0;
  }
  .blog-card .image-element__wrap {
    max-height: 20rem;
  }
}
.excerpt {
  position: relative;
  max-height: 6em;
  overflow: hidden;
}
.excerpt.excerpt-length-sm .truncation-fade {
  display: none;
}

.excerpt-length-lg .truncation-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.blog-card__link:hover .blog-card__image,
.blog-card__link:hover svg {
  transform: scale(1.1);
}

.blog-card__image,
.blog-card__link svg {
  transition: transform 0.3s ease-in-out;
}

/* # Cart
================================================== */
.quantity-box-enabled-true .cart__product-title {
  width: 49%;
}
.quantity-box-enabled-true .cart__price-title,
.quantity-box-enabled-true .cart__quantity-title,
.quantity-box-enabled-true .cart__total-title {
  width: 17%;
}

.quantity-box-enabled-false .cart__product-title {
  width: 66%;
}
.quantity-box-enabled-false .cart__price-title,
.quantity-box-enabled-false .cart__total-title {
  width: 17%;
}
.quantity-box-enabled-false .cart__description {
  width: 60%;
}
@media only screen and (max-width: 480px) {
  .quantity-box-enabled-false .cart__description {
    width: 100%;
  }
}

.cart__headings {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .cart__headings {
    display: none;
  }
}

.cart__price-title,
.cart__quantity-title,
.cart__total-title {
  text-align: center;
}

.cart__card {
  display: flex;
  align-items: center;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .cart__card {
    align-items: flex-start;
  }
}

.item__title {
  font-size: 1.25em;
}

.item__properties {
  padding-top: 20px;
}
@media only screen and (max-width: 798px) {
  .item__properties {
    padding-top: 0;
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 798px) {
  .item__selling-plan-name {
    font-size: 0.7em;
  }
}

.cart__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
}
@media only screen and (max-width: 798px) {
  .cart__info {
    flex-direction: column;
    width: 60%;
    padding-left: 20px;
  }
}

.cart__total,
.cart__price {
  flex-direction: row;
  text-align: center;
}
.cart__total span,
.cart__price span {
  display: block;
}

.cart__unit-price {
  font-size: 0.875rem;
}

.cart__unit-price span {
  display: inline;
}

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

.cart__image {
  width: 15%;
}
@media only screen and (max-width: 798px) {
  .cart__image {
    width: 30%;
  }
}

.cart__description {
  width: 40%;
  padding: 0 20px;
}
@media only screen and (max-width: 798px) {
  .cart__description {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}

.cart__total,
.cart__quantity,
.cart__price {
  width: 20%;
}
@media only screen and (max-width: 798px) {
  .cart__total,
  .cart__quantity,
  .cart__price {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 798px) {
  .cart__price .sale,
  .cart__price .original-price {
    display: inline-block;
  }
}

.cart__quantity {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.cart__quantity .purchase-details__quantity.product-quantity-box {
  margin-right: 0;
  width: 100%;
}
.cart__quantity .quantity-wrapper.quantity-style--box .quantity-input-control--fill {
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .cart__quantity {
    justify-content: center;
  }
  .cart__quantity .quantity-input {
    width: 50px;
  }
}
@media only screen and (max-width: 798px) {
  .cart__quantity {
    margin-top: 20px;
  }
  .cart__quantity .purchase-details__quantity {
    width: 50%;
    max-width: 100px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart__quantity .quantity-style--stacked .quantity-input {
    width: 65px;
  }
}
.cart__quantity .quantity-style--box {
  max-width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 798px) {
  .cart__quantity .quantity-style--box {
    max-width: 100%;
  }
}

.cart__quantity-warning {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.cart__remove {
  position: absolute;
  right: 0;
  top: 10%;
}
@media only screen and (max-width: 798px) {
  .cart__remove {
    position: static;
    margin-left: 5px;
  }
}

.original-price {
  opacity: 0.2;
}

.line-item-discount__container {
  color: #C70000;
  background: rgba(199, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 0.8em;
  padding: 10px;
  margin: 5px 0;
}

.cart__cost-summary {
  background: #F2F2F2;
  padding: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 798px) {
  .cart__cost-summary {
    padding: 20px 15px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    align-items: center;
  }
  .cart__cost-summary .offset-by-eight {
    left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .cart__cost-summary .cart__discount-title {
    max-width: 75%;
  }
}
.cart__cost-summary .cart__discounts p,
.cart__cost-summary .cart__total-savings p {
  color: #C70000;
}
.cart__cost-summary .cart__subtotal-container p {
  font-weight: bold;
}
.cart__cost-summary .cart__row {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  text-align: right;
}
.cart__cost-summary .cart__row:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 798px) {
  .cart__cost-summary .cart__row {
    text-align: left;
  }
}
.cart__cost-summary .cart__row .cart__row-description {
  width: 60%;
}

.cart__savings {
  justify-content: flex-end;
  padding: 20px 0;
  text-align: right;
}
@media only screen and (max-width: 798px) {
  .cart__savings {
    justify-content: center;
    font-size: 1.5em;
    padding: 20px 0 0;
  }
}

/* .price--sale,
.cart__savings,
.sale {
  color: #C70000;
} */

.compare-at-price,
.was-price {
  color: #808080;
}

.cart__taxes-shipping-message {
  width: 100%;
}

.cart__notes {
  width: 90%;
  display: block;
}
@media only screen and (max-width: 798px) {
  .cart__notes {
    width: 100%;
  }
}
.cart__notes label {
  display: block;
  margin-bottom: 10px;
}

.cart__tos {
  padding-bottom: 20px;
}
.cart__tos .tos_agree {
  margin-right: 5px;
}

.cart__view-terms-container {
  display: inline-block;
}

.cart__cart-message {
  margin: 20px 0 0;
  text-align: right;
  display: block;
}
@media only screen and (max-width: 798px) {
  .cart__cart-message {
    text-align: center;
  }
}

.cart__featured-links {
  min-width: 236px;
  /* Set a minimum width to match the width of the checkout button */
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 798px) {
  .cart__featured-links {
    min-width: 100%;
  }
}

.cart__checkout {
  min-width: 236px;
  /* Set a minimum width to match the width of additional checkout buttons */
  margin-left: 20px;
}
.cart__checkout .checkout {
  font-size: 1rem;
  border-radius: 2px;
  width: 100%;
  line-height: inherit;
  width: 100%;
  min-height: 42px;
  /* Set a minimum height to match the height of additional checkout buttons */
}
.cart__checkout .checkout,
.cart__checkout .checkout:link,
.cart__checkout .checkout:visited {
  color: #FFF;
  background-color: #c70000;
  border-color: rgba(0, 0, 0, 0);
}
.cart__checkout .checkout:hover,
.cart__checkout .checkout.is-hovered {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: #000000;
}
.cart__checkout .checkout:focus,
.cart__checkout .checkout.is-focused {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0);
  background-color: #000000;
}
.cart__checkout .checkout:focus:not(:active),
.cart__checkout .checkout.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 122, 206, 0.25);
}
.cart__checkout .checkout:active,
.cart__checkout .checkout.is-active {
  color: #FFF;
  border-color: rgba(0, 0, 0, 0);
  background-color: #000000;
}
.cart__checkout .checkout.is-inverted {
  color: #c70000;
  background-color: #FFF;
  border-color: #c70000;
}
.cart__checkout .checkout.is-small {
  font-size: 0.75rem;
}
.cart__checkout .checkout.is-normal {
  font-size: 1rem;
}
.cart__checkout .checkout.is-medium {
  font-size: 1.25rem;
}
.cart__checkout .checkout.is-large {
  font-size: 1.5rem;
  line-height: 1.25em;
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .cart__checkout .checkout {
    min-height: 52px;
    margin-bottom: 15px;
  }
}
.cart__checkout .checkout.button .icon {
  width: 1em;
  height: 1em;
}
.cart__checkout .checkout.button .icon:first-child:last-child {
  margin-left: 0;
  margin-right: 5px;
}
@media only screen and (max-width: 798px) {
  .cart__checkout {
    width: 100%;
    margin-left: 0;
  }
}

.cart__checkout-elements {
  justify-content: flex-end;
}
@media only screen and (max-width: 798px) {
  .cart__checkout-elements {
    justify-content: center;
  }
}

@media only screen and (max-width: 798px) {
  .cart__buttons {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}

.additional-checkout-buttons {
  width: 100%;
  margin-top: 10px;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

.shipping-calculator select,
.shipping-calculator .select {
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .shipping-calculator {
    flex-direction: column;
  }
  .shipping-calculator .control {
    min-width: 100%;
    margin-bottom: 20px;
  }
  .shipping-calculator input {
    width: 100%;
  }
}
@media only screen and (max-width: 798px) and(max-width: 798px) {
  .shipping-calculator .select,
  .shipping-calculator select,
  .shipping-calculator input {
    height: 3.25em;
  }
}

.cart__shipping-calculator {
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .cart__shipping-calculator {
    text-align: center;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 798px) {
  .cart__shipping-calculator .cart__shipping-calculator-form {
    text-align: left;
  }
}
@media only screen and (max-width: 798px) {
  .cart__shipping-calculator .cart__shipping-calculator-form .select {
    width: 100%;
  }
}
.cart__shipping-calculator .cart__shipping-title {
  padding-bottom: 50px;
}
@media only screen and (max-width: 798px) {
  .cart__shipping-calculator .cart__shipping-title {
    text-align: center;
  }
}
.cart__shipping-calculator label {
  padding-bottom: 20px;
  text-transform: uppercase;
  opacity: 0.5;
}
@media only screen and (max-width: 798px) {
  .cart__shipping-calculator label {
    padding-bottom: 10px;
  }
}
.cart__shipping-calculator .calc-field {
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 798px) {
  .cart__shipping-calculator .calc-field {
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 798px) {
  #get-rates-container {
    width: 100%;
  }
}

@media only screen and (max-width: 798px) {
  .get-rates {
    margin-top: 10px;
    flex: 1;
  }
}

.shipping-calculator__response-container {
  display: none;
}

.heading-wrapper--shipping-rates {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 798px) {
  .heading-wrapper--shipping-rates {
    align-items: center;
  }
}

.shipping-rates__title {
  padding-top: 45px;
}
@media only screen and (max-width: 798px) {
  .shipping-rates__title {
    padding-top: 25px;
  }
}

.shipping-calculator__response ul > li {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 798px) {
  .shipping-calculator__response ul > li {
    justify-content: center;
  }
}
.shipping-calculator__response ul > li:last-child {
  padding-bottom: 0;
}
.shipping-calculator__response ul > li .icon {
  margin-right: 10px;
}
.shipping-calculator__response .shipping-calculator__message {
  padding-bottom: 20px;
}

.shipping_calculator__response--visible {
  display: block;
}

.cart__price .discount-area span {
  display: inline;
}

/* # Collection
================================================== */
.collection__filters {
  margin-bottom: 20px;
}
.collection__filters .select {
  max-width: 50%;
}
@media only screen and (max-width: 480px) {
  .collection__filters .select {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .collection__filters .select:first-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .collection__filters .select,
  .collection__filters select {
    width: 100%;
  }
}
.collection__filters .is-grouped {
  justify-content: flex-end;
}
@media only screen and (max-width: 798px) {
  .collection__filters .is-grouped {
    justify-content: flex-start;
  }
}

.collection-main .banner__text {
  margin: 0;
}
.collection-main .banner__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 481px) {
  .collection__sort-by-filter {
    margin-left: 10px;
  }
}

.sub-collection-main main {
  min-height: 0;
}

.collection__loading-icon {
  width: 100%;
  display: none;
}

/* #FAQ
================================================== */
.page-faq__column-wrap {
  width: 100%;
}

@media only screen and (max-width: 798px) {
  .column-wrapper .faq:first-of-type {
    margin-bottom: 20px;
  }
}
.column-wrapper .faq-accordion {
  width: 100%;
}
.column-wrapper .faq-accordion .image-element__wrap {
  padding: 0;
}
.column-wrapper .faq-accordion .image-element__wrap:first-child {
  margin-bottom: 20px;
}
.column-wrapper .faq-title {
  margin-bottom: 10px;
}
.column-wrapper .faq-title:not(:first-child) {
  margin-top: 40px;
}
.column-wrapper .faq--image {
  padding-left: 36px;
}
@media only screen and (max-width: 798px) {
  .column-wrapper .faq--image {
    padding-left: 0;
    padding-top: 20px;
  }
}

.accordion dt,
.faq-accordion dt {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.accordion dt a,
.accordion dt button,
.faq-accordion dt a,
.faq-accordion dt button {
  background: none;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  padding: 20px 20px 20px 40px;
  text-align: left;
  width: 100%;
  transition: background-color 0.2s linear;
}
.accordion dt .accordion [aria-expanded=true] small,
.accordion dt .accordion-style--carets[aria-expanded=true] .icon,
.faq-accordion dt .accordion [aria-expanded=true] small,
.faq-accordion dt .accordion-style--carets[aria-expanded=true] .icon {
  transform: translateY(-60%) rotate(180deg);
}
.accordion dt small,
.accordion dt .icon,
.faq-accordion dt small,
.faq-accordion dt .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s linear;
}
.accordion dt .accordion-style--plus_and_minus .icon,
.faq-accordion dt .accordion-style--plus_and_minus .icon {
  display: none;
}
.accordion dt .accordion-style--plus_and_minus .icon.icon--active,
.faq-accordion dt .accordion-style--plus_and_minus .icon.icon--active {
  display: block;
}

.accordion dt a[aria-expanded=true],
.accordion dt a:hover,
.faq-accordion dt button[aria-expanded=true],
.faq-accordion dt button:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.accordion dd,
.faq-accordion dd {
  display: none;
  padding: 20px 20px 20px 40px;
}

.faq-accordion dt .icon {
  color: #007ACE;
}

.accordion dt:first-of-type small,
.accordion dt:first-of-type [aria-expanded=true] small {
  transform: translateY(-60%) rotate(270deg);
}
.accordion dt:first-of-type [aria-expanded=false] small {
  transform: translateY(-60%) rotate(180deg);
}

.accordion dd {
  margin-left: 0;
  display: none;
}
.accordion dd[aria-hidden=false] {
  display: block;
}

.accordion dt a small.right {
  font-family: "Arial";
  /* Force font family to ensure accordion carets are displayed on iOS devices */
}

.accordion dd:not([aria-hidden=true]):first-of-type {
  display: block;
}

.accordion [aria-expanded=false] small {
  transform: translateY(-60%) rotate(180deg);
}

.accordion [aria-expanded=true] small {
  transform: translateY(-60%) rotate(270deg);
}

/* # Password page
================================================== */
#shopify-section-password-template {
  height: 100%;
}

#password-page-background {
  height: 100%;
  position: fixed;
  width: 100%;
  overflow: auto;
}

.password-page__newsletter {
  margin-top: 50px;
}
.password-page__newsletter .newsletter__title,
.password-page__newsletter .newsletter__text {
  color: inherit !important;
}
.password-page__newsletter p {
  margin-bottom: 20px;
}
.password-page__newsletter .newsletter-section {
  width: 100%;
}
.password-page__newsletter .newsletter__wrapper {
  max-width: 100%;
}

.password-page__social-media li {
  margin-right: 10px;
}
.password-page__social-media li .icon {
  height: 2rem;
  width: 2rem;
}

.modal-container__password #password {
  width: 100%;
}

#password-container {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .password-page {
    min-width: 350px;
  }
}
@media only screen and (max-width: 798px) {
  .password-page {
    min-width: 90%;
  }
}
.password-page .password-page-message {
  font-size: 3em;
  line-height: 1.2;
  padding: 12px 0;
}
@media only screen and (max-width: 798px) {
  .password-page .password-page-message {
    font-size: 2em;
  }
}
.password-page .password-logo {
  max-width: 200px;
  margin: 0 auto;
}
.password-page .password-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: none;
}
.password-page .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
}
.password-page .overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: thin solid #ebebeb;
  font-size: 14px;
}
.password-page .overlay-data {
  opacity: 0;
  visibility: hidden;
}
.password-page .overlay-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.modal-close {
  background: 0 0;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}
.modal-close:before,
.modal-close:after {
  background-color: #000000;
}

.storefront-password-form {
  padding-bottom: 30px;
  overflow: auto;
  color: #000000;
}

.storefront-password-form input#password {
  padding: 10px;
  margin: 20px 0;
  width: 100%;
}

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em;
  text-align: center;
}

.storefront-password-form .actions {
  display: inline-block;
}

.storefront-password-form #password {
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .storefront-password-form #password {
    width: 100%;
  }
}

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8;
  color: #000000;
}

/* Reset password page */
.reset-password {
  padding: 40px 0;
}

.reset-password__message {
  margin: 20px 0;
}

/* # Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
/* # Custom Styles
================================================== */

/* CUSTOM-PADDING */
.custom-padding-top-bottom {
  padding: 60px 0;
}

@media only screen and (max-width: 798px) {
  .custom-padding-top-bottom {
    padding: 30px 0;
  }
}

/* CUSTOM-BUTTON */

.custom-button {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #1594C1;
  /* border-radius: 56px; */
  padding: 16px 32px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-button:hover {
  color: #fff;
}

.custom-button-color-1 {
  background-color: #000;
}

/* CUSTOM-FONT-SIZE */

.custom-title-font-size {
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 798px) {
  .custom-title-font-size {
    font-size: 16px;
    line-height: 18px;
  }
}

/* HEALTH-DIGESTIVE-SECTION */

.custom-title {
  font-size: 44px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 56px;
}

.custom-sub-title {
  padding: 10px 0;
}

.get-started {
  text-align: center;
  padding: 60px 0;
}

@media only screen and (max-width: 798px) {

  .custom-title {
    font-size: 32px;
    line-height: 42px;
  }

  .sub-text {
    font-size: 12px;
    line-height: 16px;
  }

  .for-center {
    justify-content: center;
  }

  .padding-bottom {
    padding-bottom: 20px;
  }

  .get-started {
    padding: 30px 0;
  }

}

/* HOW IT WORKS */

.number-of-list {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.list-for-work {
  position: relative;
  height: 72px;
  width: 72px;
  background-color: #1594C1;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
}

.custom-padding-left-120px {
  padding-left: 120px;
}

@media only screen and (max-width: 798px) {
  .custom-padding-left-120px {
    padding-left: 0;
  }
}

.start-now {
  text-align: center;
  padding-bottom: 30px;
}

.learn-more-button {
  display: inline-block;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px solid #08080929;
  padding-bottom: 5px;
}

.letter-height {
  height: 985px;
  overflow: hidden;
}

/* PET-TREAT */

.custom-width-height {
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.tile-padding {
  padding-top: 40px;
}

.recipe {
  padding-bottom: 15px;
}

.recipe-description {
  padding-bottom: 30px;
}

.recipe-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

.white-color {
  color: #fff;
}

.recipe-description-text {
  font-weight: 600;
  padding: 25px 0;
}

.recipe-color-1 {
  color: #2AA199;
}

.recipe-color-2 {
  color: #E1AD43;
}

.recipe-color-3 {
  color: #E59F94;
}
.recipe-color-4 {
  color: #701B26;
}
.personalized-plan {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 798px) {
  .personalized-plan {
    padding-top: 0;
  }
}

/* Nextrition vs Kibble */

.for-desktop {
  display: inline-block;
}

.for-mobile {
  display: none;
}

@media only screen and (max-width: 798px) {
  .for-desktop {
    display: none;
  }

  .for-mobile {
    display: inline-block;
  }

  .padding-bottom-zero {
    padding-bottom: 0 !important;
  }
}


/* TOP QUALITY INGREDIENTS */

.custom-max-width-550px {
  max-width: 550px;
}

.custom-max-width-800px {
  max-width: 800px;
  margin: 0 auto;
}

.title-padding-bottom {
  padding-bottom: 10px;
}

.pre-text-banner {
  font-size: 24px;
  line-height: 32px;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 798px) {
  .pre-text-banner {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }
}

.ingredients {
  width: 100%;
}

.custom-button-color-2 {
  background-color: #F04E23;
}

/* HOME BANNER */

.banner-title {
  padding-bottom: 30px;
  color: #fff;
}

.banner-post-title {
  padding-bottom: 40px;
  color: #fff;
}

.custom-padding-right-120px {
  padding-right: 120px;
}

@media only screen and (max-width: 798px) {

  .banner-title {
    padding-bottom: 15px;
  }

  .banner-post-title {
    padding-bottom: 20px;
  }

  .custom-padding-right-120px {
    padding-right: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .padding-bottom-50px {
    padding-bottom: 50px;
  }
}

/*  AMERICAN VETS  */

.custom-max-width-650px {
  max-width: 650px;
  margin: 0 auto;
}

.custom-max-width-685px {
  max-width: 685px;
  margin: 0 auto;
}

.custom-padding-left-60px {
  padding-left: 60px;
}

.custom-text-styles {
  padding-bottom: 30px;
  font-weight: 400;
}

.custom-primary-color {
  color: #00517B;
}

.custom-font-weight-600 {
  font-weight: 600;
}

@media only screen and (max-width: 798px) {

  .custom-padding-left-60px {
    padding-left: 0;
  }

  .custom-text-styles {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 20px;
  }
}

/* CONTACT FORM */

.custon-heading {
  font-size: 56px;
  line-height: 68px;
  font-weight: 700 !important;
}

.custon-contact-form-post-heading {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700 !important;
}

.custom-submit-button {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #1594c1;
  border-radius: 10px;
  padding: 18px 32px;
  display: inline-block;
  text-transform: uppercase;
}

@media only screen and (max-width: 798px) {
  .custon-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .custom-submit-button {
    padding: 10px 28px;
  }
}

/* OUR STORY */

.custom-banner-text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  max-width: 600px;
  padding-top: 24px;
}

@media only screen and (max-width: 1030px) {
  .custom-banner-text {
    font-size: 18px;
    line-height: 22px;
    max-width: 500px;
  }
}

@media only screen and (max-width: 798px) {
  .custom-banner-text {
    font-size: 12px;
    line-height: 16px;
    max-width: 350px;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 450px) {
  .custom-banner-text {
    max-width: 220px;
  }

  .font-size-20px {
    font-size: 20px;
  }

  .custom-max-width-unset {
    max-width: unset !important;
  }
}

.read-more-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 48px;
}

.read-more-btn {
  background: linear-gradient(180deg, rgba(224, 244, 248, 0) 0%, rgba(224, 244, 248, 0.8) 45.19%, #E0F4F8 100%);
  width: 100%;
  text-align: center;
  height: 96px;
}


.custom-read-more-btn {
  padding: 10px 24px;
  /* border-radius: 56px; */
  box-shadow: 0 0 40px rgb(8 8 9 / 24%);
  border: 1px solid #1594C1;
  background: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.cus-read-more-svg {
  display: inline-flex;
  margin-left: 5px;
}


@media only screen and (max-width: 798px) {

  .cus-width-30-mobile {
    width: 20%;
  }

  .has-padding-bottom-mobile {
    padding-bottom: 80px;
  }

  .P-B-zero-mobile {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {

  .cus-width-30-mobile {
    width: 30%;
  }

  .has-padding-bottom-mobile {
    padding-bottom: 55px;
  }

  .P-B-zero-mobile {
    padding-bottom: 0 !important;
  }
}


/* BLOG HOME ARTICLE */

.custom-border {
  border: 1px solid #EBEBEB;
}

.custom-blog-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 15px;
}

.custom-blog-post-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 15px;
}

.custom-blog-content-padding {
  padding: 40px 20px;
}


.custom-blog-post-content-padding {
  padding: 20px;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.custom-margin-bottom-20px {
  margin-bottom: 20px;
}

.custom-button-color-white {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(8, 8, 9, 0.12);
}

.custom-button-color-white:hover {
  color: #000;
}

@media only screen and (max-width: 798px) {

  .custom-blog-content-padding {
    padding: 20px;
  }

  .custom-width-48-mobile {
    width: 48%;
  }

  .custom-blog-post-title {
    font-size: 16px;
    line-height: 20px;
  }

  .custom-font-size-12-mobile {
    font-size: 12px;
    line-height: 14px;
  }
}

/* TEMPLATE INDEX */

#template-index {
  width: 100%;
}

/* CUSTOM FOOTER */

.footer-nav-style {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #5A5A5B;
}

.custom-padding-right-20px {
  padding-right: 20px;
}

.custom-padding-right-20px:last-child {
  padding-right: 0;
}


@media only screen and (max-width: 798px) {

  .padding-bottom-5px-mobile {
    padding-bottom: 5px;
  }

  .padding-bottom-5px-mobile:last-child {
    padding-bottom: 0;
  }

  .custom-padding-right-0px-mobile {
    padding-right: 0;
  }

}

/*  ARTICLE MAIN TABLE CONTENT  */

.custom-width-30 {
  width: 30%;
}

.custom-width-70 {
  width: 70%;
}

.table-heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.custom-hr {
  width: 100%;
  max-width: 70%;
  border-top: 1px solid #EBEBEB;
  margin: 1rem 0;
}

.custom-side-links {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

@media only screen and (max-width: 798px) {
  .custom-width-30 {
    width: 100%;
  }

  .custom-width-70 {
    width: 100%;
  }
}

.haeder-cus-btn {
  padding: 10px 24px;
  border-radius: 10px;
  background-color: #fff;
  color: #000 !important;
  margin-left: 32px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

/* .header-cart {
  display: none;
} */

.table-of-content-li {
  margin-bottom: 12px;
}

.table-of-content-active {
  color: #1594C1;
}

.table-of-content-sticky {
  position: sticky;
  top: 20px;
}

.table-content-right-column {
  overflow: auto !important;
}

.cus-contact-input {
  border-color: #1594C1;
  min-height: 48px;
}

.cus-contact-textarea {
  border-color: #1594C1;
}
.contact-us-bg {
  margin-top: 120px;
}
.contact-section .contact-form-cus {
  padding-left: 86px;
}

@media only screen and (max-width: 798px) {
  .contact-section .contact-form-cus {
    padding-left: 0;
  }
}

.related-article-title a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 15px;
}

.cus-size-28 {
  font-size: 28px;
}

.cus-size-36 {
  font-size: 36px;
}

.cus-size-36 .title {
  font-size: 36px;
}

.header,
.mobile-header {
  font-size: 16px;
}

.label,
.selector-wrapper label {
  font-size: 16px;
}

.header__brand {
  padding-left: 0;
}

.navbar {
  padding: 0 30px;
}

/* OUR STORY */

/* .our-story-content {} */

.our-story-content > .content-title {
  font-size: 60px;
  line-height: 68px;
  font-weight: 400;
  color: #fff;
}

.our-story-img-content > .img-content-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

.our-story-below {
  position: absolute;
  margin-top: -15%;
  margin-left: -2%;
}

.display-block {
  display: block;
}

.black-color {
  color: #000;
}

.cus-max-width-395px {
  max-width: 395px;
}

/* .cold-content {} */

@media only screen and (max-width: 798px) and(min-width: 480px) {
  .is-flex-column-reverse-responsive {
    flex-direction: column-reverse;
  }
}

.cold-content > .heading {
  font-size: 44px;
  line-height: 56px;
  padding-right: 70px;
  padding-bottom: 20px;
  font-weight: 400;
}

.cold-content > .description {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  padding-bottom: 30px;
}

.cus-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}

.cus-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  padding: 20px 0;
}

.social-img {
  padding-right: 15px;
}

.cus-min-height-500 {
  min-height: 500px;
}

.cta {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.cta > .text-content {
  max-width: 445px;
}

.cta > .text-content > .content-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.cta > .text-content > .content-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 20px 0;
}

.cus-p-b-80 {
  padding-bottom: 80px
}

.cus-max-width-600 {
  max-width: 600px;
  margin: 0 auto;
}

/* FOR NEW LAYOUT */

.custom-button-one {
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
  padding: 10px 24px;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #31A59D;
  text-transform: uppercase;
}

.custom-button-two {
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
  padding: 10px 24px;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #E1AD43;
  text-transform: uppercase;
}

.custom-button-three {
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
  padding: 10px 24px;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #E5A195;
  text-transform: uppercase;
}
.custom-button-fourth {
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
  padding: 10px 24px;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #701B26;
  text-transform: uppercase;
}
.custom-padding-right-180px {
  padding-right: 180px;
}

@media only screen and (max-width: 798px) {
  .custom-padding-right-180px {
    padding-right: 0;
  }
}

.padding-top-0 {
  padding-top: 0;
}

.primary-light {
  color: #39AED3;
}

.work-sub-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #080809;
}

.padding-left-30 {
  padding-left: 30px;
}

@media only screen and (max-width: 798px) {
  .padding-left-30 {
    padding-left: 0;
  }
}

.custom-relative {
  position: relative;
}

.img-left {
  position: absolute;
  top: 0;
  left: 0;
}

.img-center {
  position: relative;
  z-index: 4;
}

.img-right {
  position: absolute;
  top: 0;
  right: 0;
}

.custom-max-width-400 {
  max-width: 400px;
}

.custom-max-width-450 {
  max-width: 450px;
}

.custom-max-width-700 {
  max-width: 700px;
  margin: 0 auto;
}

.custom-max-width-750 {
  max-width: 750px;
  margin: 0 auto;
}

.color-text {
  color: #1594c1;
}

.color-text-primary {
  color: #00517B;
}

.cus-btn-1 {
  width: 225px;
  display: inline-flex;
  padding: 8px 16px;
  background-color: #f58c7f;
  /* border-radius: 56px; */
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #C61D23;
  box-shadow: 0 0 40px #0808093d;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.svg-padding {
  padding-top: 5px;
}

.img-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cus-negative-margin {
  margin-top: -225px;
}

@media only screen and (max-width: 798px) {
  .cus-negative-margin {
    margin-top: -190px;
  }

  .img-btn {
    top: 52%;
  }
}

@media only screen and (max-width: 480px) {
  .cus-negative-margin {
    margin-top: -235px;
  }
}

@media only screen and (max-width: 400px) {
  .cus-negative-margin {
    margin-top: -200px;
  }
}

@media only screen and (max-width: 370px) {
  .cus-negative-margin {
    margin-top: -180px;
  }
}

.banner-content {
  padding-top: 80px;
  margin: 0 auto;
}

.cus-padding-right-60 {
  padding-right: 60px;
}

.cus-text-style-1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 20px;
}

.custom-button-one.recipe-color-1:hover {
  color: #fff;
  border: 1px solid #1B5A41;
  background-color: #1B5A41;
}

.custom-button-two.recipe-color-2:hover {
  color: #fff;
  border: 1px solid #F04E23;
  background-color: #F04E23;
}

.custom-button-three.recipe-color-3:hover {
  color: #fff;
  border: 1px solid #C61D23;
  background-color: #C61D23;
}
.custom-button-fourth.recipe-color-4:hover {
  color: #fff;
  border: 1px solid #701B26;
  background-color: #701B26;
}
@media only screen and (max-width: 798px) {
  .banner-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}


/*  FOOTER PROMO  */

.no-padding {
  padding: 0;
}

.cus-footer-img-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.cus-input {
  border: none;
  background-color: transparent;
}

.footer__menu-link {
  padding-bottom: 5px;
  color: #484849;
  /* opacity: .8; */
}

/*  HEADER  */

.cus-navbar-links {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}

.cus-padding-right-20> .header__link {
  color: #fff;
}

.cus--header__icons> .action-area__link {
  color: #fff;
}

.cus-padding-right-20 {
  padding-right: 20px;
}

/*  TESTIMONIALS  */

.our-testimonials {
  width: 100%;
}

.custom-max-width-485px {
  max-width: 485px;
}

/* Our Mission */

.cus-max-width-300px {
  max-width: 300px;
  margin: 0 auto;
}

/* HOW IT WORKS */

.banner-heading {
  font-size: 60px;
  line-height: 68px;
  font-weight: 400;
  padding-right: 20px;
}

.cus-hr {
  border-top: 1px solid #B2E2EE;
  border-top-style: dashed;
}

.cus-hr > .heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}


/* CUSTOM-FAQ */

.custom-faq {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

.custom-faq-accordions {
  max-width: 800px;
  margin: 0 auto;
}

.faq-main-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 56px;
}

.accordion {
  padding: 20px 0;
  position: relative;
  color: #000;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  transition: 0.4s;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.accordion:after {
  position: absolute;
  right: 15px;
  font-size: 22px;
  content: "+";
  top: 30%;
  content: url(/cdn/shop/files/Vector_10.svg?v=1714828882);
  float: right;
  margin-left: 5px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.activeFaq:after {
  transform: rotate(-180deg);
}

.panel {
  text-align: left;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel > p {
  color: #000;
  line-height: 24px;
  font-size: 16px;
  padding: 0 30px 10px;
  font-weight: 400;
}

button.accordion {
  background-color: transparent;
}

.custom-max-width-285px {
  max-width: 285px;
}

.cus-side-hr {
  border-right: 1px dashed #B2E2EE;
}

.cus-side-hr:last-child {
  border: none;
}

.cus-m-b-80 {
  margin-bottom: 80px;
}

.custom-max-width-500 {
  max-width: 500px;
  margin: 0 auto;
}

.italic-text {
  font-style: italic;
}

.custom-button-color-primary {
  background-color: #1594C1;
}

.cus-promo {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid #1594C1;
  padding-top: 10px;
}

.plan {
  max-width: 280px;
}

.style-3 {
  background-color: transparent;
  border: 1px solid #64aeba;
  color: #00517B;
}

/* custom newsletter form */

.custom-newsletter-form {
  border: none;
  border-radius: 10px; 
  padding: 8px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.primary-bg {
  background-color: #1594C1 !important;
}

.is-uppercase-important {
  text-transform: uppercase !important;
}

.article .sidebar-section input[type="email"]{
border: 1px solid #75CEDC;
margin-bottom:5px;
border-radius:7px;}

/* How it works page */

.margin-0 {
  margin: 0 !important;
}

.custom-max-width-935 {
  max-width: 935px;
  margin: 0 auto;
}

.cus-mt-80 {
  margin-top: -80px;
}

.cus-width-155 {
  width: 155px;
}

.top-50 {
  top: 50%;
}

.qna {
  border-bottom: 1px solid #57BCD9;
}

.qna:last-child {
  border-bottom: none;
}

.margin-0-auto {
  margin: 0 auto;
}

.cus-margin-zero {
  margin: 0 !important;
}

.custom-border-1 {
  border: 1px solid #F58C7F;
}

.custom-border-2 {
  border: 1px solid #75CEDC;
}

.cus-br-48 {
  border-radius: 48px;
}

.custom-kibble {
  background-color: #F58C7F;
  color: #C61D23;
  font-weight: 600;
  font-size: 16px;
  max-width: 65px;
  margin: -1px auto 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.custom-kibble-1 {
  background-color: #00517b;
  color: #75cedc;
  font-weight: 600;
  font-size: 16px;
  max-width: 115px;
  margin: -1px auto 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-layout {
  padding: 70px 20px;
}

.primary-light-bg {
  background-color: #75CEDC;
}

.color-text-variant-dark {
  color: #C61D23;
}

.key-features {
  max-width: 300px;
  margin: 0 auto;
}

.custom-max-width-250 {
  max-width: 250px;
  margin: 0 auto;
}

.custom-max-width-230px {
  max-width: 230px;
  margin: 0 auto;
}

.bubble {
  max-width: 750px;
  margin: 0 auto 20px;
  border: 1px solid #75CEDC;
  background-color: #fff;
  border-radius: 48px;
  text-align: center;
}

.time-consuming {
  display: flex;
  align-items: center;
  padding: 90px 20px;
  justify-content: space-between;
  max-width: 585px;
  margin: 0 auto;
}

.custom-btn {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #1594c1;
  /* border-radius: 56px; */
  padding: 10px 24px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.personalized-meal {
  padding: 100px 100px 0;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #75CEDC, rgba(0, 0, 0, 0)) 1 1%;
}

@media only screen and (max-width: 480px) {

  .time-consuming {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}


@media only screen and (max-width: 798px) {
  .personalized-meal {
    padding: 25px;
  }
}

.custom-max-width-385 {
  max-width: 385px;
}

.custom-accordions {
  margin-bottom: 10px;
  background-color: #cdedf2;
  border: 1px solid transparent;
  /* border-radius: 32px; */
}

.hover-black:hover {
  color: #000;
}

.ci {
  padding-right: 3px;
}

.ci:last-child {
  padding-right: 0;
}

.text-color-white {
  color: #fff;
}

/* Flickity for mobile only */

.carousel-for-mobile:after {
  content: 'flickity';
  display: none;
}

@media screen and (min-width: 768px) {
  .carousel-for-mobile:after {
    content: '';
  }
}

.cus-divider {
  background-color: #39AED3;
  height: 1px;
  max-width: 550px;
  margin: 0 auto;
}

.custom-bg-primary-light {
  background-color: #E0F4F8;
}

.cus-max-width-335 {
  max-width: 355px;
  margin: 0 auto;
}

.message-1 {
  border: 1px solid #75CEDC;
  background-color: #75CEDC;
  margin: 0 auto 20px;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 16px 16px 16px 0;
  font-weight: 600;
}

.message-2 {
  border: 1px solid #1594C1;
  background-color: #1594C1;
  margin: 0 0 0 auto;
  padding: 10px 16px;
  width: 80px;
  font-size: 14px;
  border-radius: 16px 16px 0 16px;
  font-weight: 600;
  color: #fff;
}

.cus-padding-tb {
  padding: 0 10px;
}

.founders-message > p {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.cus-position-absolute {
  position: absolute;
}

.cus-position-relative {
  position: relative;
}

.cus-bottom-0 {
  bottom: 0;
}

/* PRODUCT PAGE BEEF */

.box-detail {
  width: 48%;
}

.is-text-align-center {
  text-align: center;
}

.ingredient-heading {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.ingredient-padding {
  padding: 0 8px;
}

.imgStyle {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 770px) {
  .padding-right-0-mobile {
    padding-right: 0;
  }
}

/* BLOG HOME ARTICLE */

.custom-border {
  border: 1px solid #EBEBEB;
}

.custom-blog-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 15px;
}

.custom-blog-post-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 15px;
}

.custom-blog-content-padding {
  padding: 40px 20px;
}


.custom-blog-post-content-padding {
  padding: 20px;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-clamp-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.custom-margin-bottom-20px {
  margin-bottom: 20px;
}

.custom-button-color-white {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(8, 8, 9, 0.12);
}

.custom-button-color-white:hover {
  color: #000;
}

@media only screen and (max-width: 798px) {

  .custom-blog-content-padding {
    padding: 20px;
  }

  .custom-width-48-mobile {
    width: 48%;
  }

  .custom-blog-post-title {
    font-size: 16px;
    line-height: 20px;
  }

  .custom-font-size-12-mobile {
    font-size: 12px;
    line-height: 14px;
  }
}

/*  ARTICLE MAIN TABLE CONTENT  */

.custom-width-30 {
  width: 30%;
}

.custom-width-70 {
  width: 70%;
}

.table-heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.custom-hr {
  width: 100%;
  max-width: 70%;
  border-top: 1px solid #EBEBEB;
  margin: 1rem 0;
}

.custom-side-links {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  display: block;
}

@media only screen and (max-width: 798px) {
  .custom-width-30 {
    width: 100%;
  }

  .custom-width-70 {
    width: 100%;
  }
}

.table-of-content-li {
  margin-bottom: 12px;
}

.table-of-content-active {
  color: #1594C1;
}

.table-of-content-sticky {
  position: sticky;
  top: 20px;
  padding-right: 90px;
}

.table-content-right-column {
  overflow: auto !important;
}

@media only screen and (max-width: 798px) {
  .table-of-content-sticky {
    padding-right: 0;
  }
}

.related-article-title > a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 15px;
}

/*  Home-blog  */

.cus-width-66 {
  width: 66%;
}

.cus-width-33 {
  width: 33%;
}

@media only screen and (max-width: 798px) {

  .cus-width-66 {
    width: 100%;
  }

  .cus-width-33 {
    width: 100%;
  }
}

.custom-max-width-450 {
  max-width: 450px;
}

.custom-max-width-542 {
  max-width: 542px;
}

.padding-left-30px {
  padding-left: 30px;
}

.custom-max-width-300 {
  max-width: 300px;
}

.cus-padding-right-40px {
  padding-right: 40px;
}

.has-padding-bottom-8px {
  padding-bottom: 8px;
}

/* TYPO */

.body-2 {
  font-size: 14px;
  line-height: 20px;
}

.subititle-1 {
  font-size: 16px;
  line-height: 20px;
}

.cus-font-size-14 {
  font-size: 14px;
}

.caption {
  font-size: 12px;
  line-height: 16px;
}

.gothamCaption {
  font-size: 13px;
  line-height: 21px;
}

.caption-color {
  color: #484849;
}

.cus-richText > p {
  padding-bottom: 20px;
}

.social-img {
  padding-right: 10px;
}

.social-img:last-child {
  padding-right: 0;
}

.headingMt3 {
  margin-top: 3px;
}


.GothamBook {
  font-family: 'GothamBook';
}

.GothamMedium {
  font-family: 'GothamMedium';
}

.GothamBold {
  font-family: 'GothamBold';
}


@media only screen and (max-width: 480px) {

  /*   .for-desktop1 {
    display: none;
  }
  
  .for-mobile1 {
    display: block;
  } */

  .p {
    font-size: 12px;
    line-height: 18px;
  }

  .custom-NL {
    max-width: 100%;
  }

  .padding-for-breadcrumb {
    padding: 20px 0;
  }
}

.colored-heading {
  color: #00517b;
}

.article-table-content-text > p {
  margin-bottom: 24px;
}

.article-table-content-text > h1 {
  margin-bottom: 24px;
}

.article-table-content-text > h2 {
  margin-bottom: 24px;
}

.article-table-content-text > h3 {
  margin-bottom: 24px;
}

.article-table-content-text > h4 {
  margin-bottom: 24px;
}

.article-table-content-text > h5 {
  margin-bottom: 24px;
}

.article-table-content-text > h6 {
  margin-bottom: 24px;
}

.article-table-content-text > ul {
  margin-bottom: 24px;
  list-style: inside;
}

.custom-max-width-750px {
  max-width: 750px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .cus-pt {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 798px) {

  .mt25Mobile {
    margin-top: 25px;
  }

  .ml-15 {
    margin-left: 15px;
  }

  .mb-25mobile {
    margin-bottom: 25px;
  }

  .isInlineBlockMobile {
    display: inline-block;
  }

  .haeder-cus-btn {
    padding: 6px 22px;
  }

  .haeder-cus-btn-1 {
    padding: 6px 22px;
  }
}

.styleNone {
  color: unset;
}

.styleNone:hover {
  color: unset;
}

.customLinkSize {
  font-size: 12.8px;
}

@media only screen and (max-width: 480px) {

  .is-align-center-mobile {
    text-align: center;
  }

  .small-l-r-padding-mobile {
    padding: 0 10px;
  }
}


.custom-blog-home {
  margin-top: -100px;
  z-index: 99999999999999;
  position: relative;
  background-color: #fff;
}

/* Custom contact us */

.primary-dark {
  color: #00517B;
}

.contact-us-hr {
  background-color: #1594C1;
}

.cus-shadow {
  box-shadow: 0 20px 30px -20px #1594c1;
}

.contact-us-hr-grey {
  background-color: #0808091f;
}

.mt-5px {
  margin-top: 5px;
}

.is-inline-block-desktop {
  display: inline-block;
}

.for-img-desktop {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

/* BLOG */

.custom-margin-LR-10px {
  margin: 0 10px;
}

.custom-padding-bottom-16px {
  padding-bottom: 16px;
}

.custom-padding-top-16px {
  padding-top: 16px;
}

.custom-padding-bottom-8 {
  padding-bottom: 8px;
}

.custom-height-full {
  height: 100%;
}

.custom-upper-blog {
  display: flex;
  justify-content: space-between;
  border: thin solid #EBEBEB;
  background-color: #fff;
  position: relative;
  flex-wrap: wrap;
}

.cus-neg-MT-150px {
  margin-top: -150px;
}

.cus-neg-MT-85px {
  margin-top: -85px;
}


.tags-padding {
  padding-right: 20px;
  color: #818182;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.tags-padding:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 480px) {
  .is-display-none-mobile {
    display: none;
  }

  .tags-padding {
    padding-right: 28px;
  }

  .for-mobile-scroll {
    overflow: scroll;
    white-space: nowrap;
  }

  .for-mobile-scroll::-webkit-scrollbar {
    display: none;
  }
}


/* Section Custom-Newsletter  */

.caption {
  font-size: 12px;
  line-height: 16px;
}

.caption-color {
  color: #484849;
}

.custom-input-width {
  width: 100%;
  max-width: 80%;
}

@media only screen and (max-width: 480px) {
  .custom-input-width {
    max-width: unset;
  }
}


.custom-NL {
  border: 1px solid #ccc;  
  background-color: #fff;
  width: 100%;
  max-width: 80%;
  justify-content: space-between;
}

.cus-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.custom-input {
  background-color: transparent;
  border: none;
  height: auto;
}

.custom-input-width {
  width: 100%;
  max-width: 80%;
}

@media only screen and (max-width: 480px) {
  .custom-input-width {
    max-width: unset;
  }
}

.newsletter-padding {
  padding: 5px 10px;
}

.cus-submit {
  padding: 10px 24px;
  background-color: #1594C1;
  text-transform: uppercase;
  white-space: nowrap;
}

.custom-max-width-400 {
  max-width: 400px;
}

.cus-quote {
  border: 1px solid #75CEDC;
  border-radius: 0 0 16px 16px;
  border-top: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  top: 113%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #1594C1;
}

.for-desktop-style {
  display: block;
}

.for-mobile-style {
  display: none;
}


@media only screen and (max-width: 480px) {

  .for-desktop-style {
    display: none;
  }

  .for-mobile-style {
    display: block;
  }

  .padding-bottom-20px-mobile {
    padding-bottom: 20px;
  }

  .cus-bbr-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .p-t-20px-mobile {
    padding-top: 20px;
  }

  .p-b-20px-mobile {
    padding-bottom: 20px;
  }


}

@media only screen and (max-width: 798px) {
  .cus-p-r-zero-mobile {
    padding-right: 0;
  }

  .is-text-align-center-mobile {
    text-align: center;
  }

  .max-width-unset-mobile {
    max-width: unset;
  }
}


/* Reviews */

.reviews-post-test {
  max-width: 350px;
  margin: 0 0 0 auto;
}

.cus-btn-border-reviews {
  border: 1px solid rgba(8, 8, 9, 0.16);
}

.reviews-span {
  padding-left: 5px;
  text-decoration: underline;
}

/* @media only screen and (max-width: 800px) and (min-width: 480px)  {
.cus-height-tab {
  height: 568px !important;
}
} */

@media only screen and (min-width: 992px) {
  .neg-m-t {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 992px) and(min-width: 801px) {
  .neg-m-t {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 800px) and(min-width: 10px) {
  .neg-m-t {
    margin-top: -50px;
  }
}


/* Product */

.product-desc > p {
  padding-bottom: 10px;
}

.product-desc > p:last-child {
  padding-bottom: 0;
}

.p-f-1 {
  border-bottom: 2px solid #EBEBEB;
  border-right: 2px solid #EBEBEB;
  padding-bottom: 12px;
}

.p-f-2 {
  border-bottom: 2px solid #EBEBEB;
  padding-bottom: 12px;
  padding-left: 16px;
}

.p-f-3 {
  border-right: 2px solid #EBEBEB;
  padding-top: 12px;
}

.p-f-4 {
  padding-top: 12px;
  padding-left: 16px;
}

.p-f-img {
  margin-right: 8px;
  width: 34px;
  height: 34px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Custom plan */
.custom-plan-container {
  padding: 24px;
  border: 2px solid;
  position: relative;
}

.cu-is-display-block {
  display: block;
}

.cu-offer {
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  max-width: 197px;
}

.plan-icon {
  width: 100%;
  max-width: 72px;
  margin: 0 0 0 auto;
}

.custom-plan-title {
  text-transform: uppercase;
  padding-bottom: 8px;
}

.custom-neutral-color {
  color: #484849;
}

.custom-plan-img {
  margin-right: 10px;
}

.cus-width-70 {
  width: 80%;
}

.cus-width-30 {
  width: 20%;
}

@media only screen and (max-width: 480px) {
  .is-align-item-start-mobile {
    align-items: flex-start;
  }

  .cus-width-70 {
    width: 75%;
  }

  .cus-width-30 {
    width: 25%;
  }
}

/* Product Tabs */
.prod-section-faq-RV {
  box-shadow: 0px 4px 4px 0px #00000026;
  border-radius: 10px 10px 0px 10px;
  font-size: 18px;
  line-height: 21px;
  padding-left: 60px;
  margin-bottom: 20px;
}

.prod-section-faq-RV> .customAccordion {
  font-size: 18px;
  line-height: 21px;
}

.customAccordion {
  position: relative;
  color: #000;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  transition: 0.4s;
  padding: 18px 0;
  text-transform: uppercase;
}

.customAccordion:after {
  content: url('/cdn/shop/files/Vector_11.png?v=1716804708');
  float: right;
  margin-right: 40px;
}

.customAccordion.active:after {
  content: url('/cdn/shop/files/Vector_10.png?v=1716800643');
}
/* tummy treats */

.prod-section-faq-RV> .customAccordionTummyTreats {
  font-size: 18px;
  line-height: 21px;
}

.customAccordionTummyTreats {
  position: relative;
  color: #000;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  transition: 0.4s;
  padding: 18px 0;
  text-transform: uppercase;
}

.customAccordionTummyTreats:after {
  content: url('/cdn/shop/files/Vector_11.png?v=1716804708');
  float: right;
  margin-right: 40px;
}

.customAccordionTummyTreats.active:after {
  content: url('/cdn/shop/files/Vector_10.png?v=1716800643');
}
/* end tummy treats */
.customPanel {
  text-align: left;
  padding: 0;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  overflow-y: scroll !important;
}

.customPanel > p,
.customPanel .metafield-rich_text_field p {
  color: #000000;
  font-size: 15px;
  padding: 5px 12px 5px 0;
}
.customPanelTummyTreats {
  text-align: left;
  padding: 0;
  background-color: #ffffff;
  height: 0;
 overflow:hidden;
  transition: height 0.2s ease-out;
  /* overflow-y: scroll !important; */
}
.customPanelTummyTreats > p {
  color: #000000;
  font-size: 15px;
  padding: 5px 12px 5px 0;
}
button.customAccordion {
  background-color: #fff;
}

.custom-p-r-24px {
  padding-right: 24px;
}

@media only screen and (max-width: 480px) {
  .custom-p-r-24px {
    padding-right: 0;
  }
}

.custom-margin-left-0 {
  margin-left: 0 !important;
}

.custom-padding-lr-90 {
  padding: 0 20px;
}

@media only screen and (max-width: 798px) { 

  .custom-margin-left-0 {
    margin-left: 10px !important;
  }

  .custom-padding-lr-90 {
    padding: 0;
  }
}

.product-gallery__thumbnail > img {
  cursor: pointer;
  border-radius: 8px;
  border: 4px solid transparent;
  width: 85px;
  /* box-shadow: 0px 4px 4px 0px #00000040; */
}

.product-gallery__thumbnail {
  opacity: 1 !important;
}

.product-gallery__thumbnail {
  width: calc(23% - 20px);
}

@media only screen and (max-width: 480px) {
  .product-gallery__thumbnail {
    width: 74px;
  }

  .cus-thumbnails-margin {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
}

.form-border {
  border: 1px solid #EBEBEB;
  padding: 24px;
}

.custom-p-b-8px {
  padding-bottom: 8px;
}

.custom-p-b-24px {
  padding-bottom: 24px;
}

.custom-add-to-cart-btn {
  color: #fff;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px !important;
  line-height: 24px;
  min-height: 56px !important;
  border-radius: 8px;
}

.purchase-details .purchase-details__spb--false {
  height: unset;
}

/* .productNav-beef {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(270deg, rgba(0, 155, 144, 0) 0%, #009B90 50.01%, rgba(0, 155, 144, 0) 100%);
  border-image-slice: 1;
  padding-bottom: 8px;
  margin-bottom: 32px;
} */

/* .productNav-chicken {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(270deg, rgba(244, 178, 27, 0) 0%, #F4B21B 50.01%, rgba(244, 178, 27, 0) 100%);
  border-image-slice: 1;
  padding-bottom: 8px;
  margin-bottom: 32px;
} */

/* .productNav-salmon {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(270deg, rgba(245, 140, 127, 0) 0%, #F58C7F 50.01%, rgba(245, 140, 127, 0) 100%);
  border-image-slice: 1;
  padding-bottom: 8px;
  margin-bottom: 32px;
} */

.cus-neutral-light {
  color: #818182;
}

.product-nav-links {
  border: 1px solid #808080;
  /* width: 100%; */
  display: inline-flex;
  justify-content: center;
  align-items: center; 
  min-height: 40px;  
  color: #808080;
  padding: 12px 16px;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  text-wrap: nowrap;
}

.product-nav-links:last-child {
  margin-right: 0;
}

.cus-product-cta-container {
  display: flex; 
  justify-content: flex-start; 
  gap: 24px;
}

.productNav-beef .active_link_cus {
  color: #fff !important; 
  background: #009A8E;
  border: 1px solid #009A8E;
}

/* .productNav-beef> .cus-product-cta-container> .product-nav-links {
  color: #009A8E;
  border: 1px solid #009A8E;
} */

.productNav-beef .active_link_cus:hover {
  color: #fff;
}

/* .productNav-chicken> .cus-product-cta-container> .product-nav-links {
  color: #E7572F;
  border: 1px solid #E7572F;
} */

.productNav-chicken .active_link_cus {
  color: #fff !important;
  background: #E7572F;
  border: 1px solid #E7572F;
}

.productNav-chicken .active_link_cus:hover {
  color: #fff;
}


/* .productNav-salmon> .cus-product-cta-container> .product-nav-links {
  color: #B03832;
  border: 1px solid #B03832;
} */

.productNav-salmon .active_link_cus {
  color: #fff !important;
  background: #BE2A2A;
  border: 1px solid #BE2A2A;
}

.productNav-salmon .active_link_cus:hover {
  color: #fff;
}

/* .productNav-beef-main> .cus-product-cta-container> .product-nav-links {
  color: #701B26;
  border: 1px solid #701B26;
} */

.productNav-beef-main .active_link_cus {
  color: #fff !important;
  background: #701B26;
  border: 1px solid #701B26;
}



@media only screen and (max-width: 480px) {

  .productNav-beef {
    margin-bottom: 0;
  }

  .productNav-chicken {
    margin-bottom: 0;
  }

  .productNav-salmon {
    margin-bottom: 0;
  }

  .padding-top-cus {
    padding-top: 24px;
  }

}

.testimonialHr {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(8, 8, 9, 0.08) 0%, rgba(8, 8, 9, 0) 100%);
  border-image-slice: 1;
}

.custom-carousel .flickity-page-dots {
  width: auto;
  bottom: 120px;
}

.custom-carousel .flickity-page-dots .dot {
  width: 11px;
  height: 11px;
}

.custom-carousel .flickity-page-dots .dot::after {
  content: ' ';
  background: transparent;
  border: 2px solid transparent;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  border-radius: 100%;
}

.custom-carousel .flickity-page-dots .dot.is-selected {
  background: #1594C1;
  border: 1px solid #1594C1;
  position: relative;
}

.custom-carousel .flickity-page-dots .dot.is-selected::after {
  /*   background: #1594C1; */
  border: 2px solid #75cedc;
}

@media only screen and (max-width: 1200px) {
  .custom-carousel .flickity-page-dots {
    bottom: 70px;
  }
}

@media only screen and (max-width: 800px) {
  .custom-carousel .flickity-page-dots {
    bottom: 720px;
  }
}

@media only screen and (max-width: 480px) {
  .custom-carousel .flickity-page-dots {
    bottom: 0;
  }
}

.cus-btn-lamb {
  background: #009A8E;
  color: #fff !important;
}

.cus-btn-fish {
  background: #BE2A2A;
  color: #fff !important;
}

.cus-btn-chicken {
  background: #E7572F;
  color: #fff !important;
}

.cus-btn-beef {
  background: #701B26 !important;
  color: #fff !important;
}

/* Vider-Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  padding: 50px 0;
  width: 100%;
  height: 100%;
  background-color: #050505ad;
}

.modal-content {
  margin: auto;
  padding: 20px;
  width: 70%;
  position: relative;

}

.closeVideoBtn {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  z-index: 999999999;
  top: 0;
  right: 0;
  margin-top: -20px;
  background-color: #00c4ffb5;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 26px;
  height: 26px;
  text-align: center;
}

.closeVideoBtn:hover,
.closeVideoBtn:focus {
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .modal-content {
    width: 100%;
    top: 20%;
  }
  .closeVideoBtn {
    right: 15px;
  }
}

/* /* Blog-avatar */
.cus-headshot {
  margin-top: 12px;
}

.head-content {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
}

.head-content > img {
  border-radius: 50%;
}

.head-content > p {
  font-size: 0.8em;
}

/* Table */
table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

th,
td {
  padding: 5px;
}

/* video preview carousal */
.product-gallery__thumbnails .media-badge {
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/* Quiz Main */
.quiz-main-content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.cu-padding-bottom-16px {
  padding-bottom: 16px;
}

.cu-padding-bottom-32px {
  padding-bottom: 32px;
}

.cus-margin-bottom-16px {
  margin-bottom: 16px;
}

.cus-quiz-input {
  padding: 16px;
  width: 360px;
  height: 56px;
  margin-bottom: 16px;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 24px;
}

.cus-quiz-weight-content {
  position: absolute;
  right: 16px;
  color: #818182;
  top: 16px;
}

.cus-max-width-360px {
  max-width: 360px;
  margin: 0 auto;
}

.cu-gap-12px {
  gap: 12px;
}

@media only screen and (max-width: 798px) {
  .quiz-main-content {
    max-width: 350px;
  }

  .cu-padding-top-bottom {
    padding: 40px 0;
  }

  .cus-quiz-input {
    width: 342px;
  }
}

@media only screen and (max-width: 374px) {
  .cus-quiz-input {
    width: 300px;
  }
}

/* Quiz Email */
.back-and-continue {
  display: flex;
  gap: 160px;
  justify-content: center;
}

.cu-padding-top-32px {
  padding-top: 32px;
}

.cus-margin-top-16px {
  margin-top: 16px;
}

/* Progress bar */
.progress-segment {
  display: flex;
}

.progress-content {
  width: 100%;
  background-color: #E0F4F8;
  height: 24px;
  border-left: 1px solid #B2E2EE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  color: #75CEDC;
}

/* .progress-content {
  background-color: #75CEDC;
  color: #000;
} */

@media only screen and (max-width: 374px) {
  .back-and-continue {
    gap: 120px;
  }
}

/* Quiz Gender */
.gender-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cus-gender-radio {
  width: 360px;
  border: 1px solid #DDDDDD;
  margin-bottom: 8px;
}

@media only screen and (max-width: 374px) {
  .cus-gender-radio {
    width: 300px;
  }
}

/* Quiz Breed */
.is-text-decoration-underline {
  text-decoration: underline;
}

/* Quiz Activity */
.cu-max-widh-565px {
  max-width: 565px;
}

.cus-activity-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.cus-activity-text-p {
  padding-top: 16px;
  padding-bottom: 4px;
}

.cus-activity-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #DDDDDD;
  width: 168px;
  min-height: 236px;
  padding: 16px;
  cursor: pointer;
  background-color: #fff;
}

.cus-body-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #DDDDDD;
  width: 168px;
  min-height: 168px;
  padding: 16px;
  cursor: pointer;
  background-color: #fff;
}

.quiz-img-icons {
  width: 96px;
  height: 96px;
}

.cus-white-space-nowrap {
  white-space: nowrap;
}

@media only screen and (max-width: 480px) {
  .cus-activity-card {
    flex-direction: column;
    gap: 16px;
  }

  .cus-activity-card-content {
    width: 100%;
    min-height: auto;
  }
  .cus-body-card-content {
    width: 100%;
    min-height: auto;
  }
}

/* Quzi Health */
.cus-health-radio {
  width: 264px;
  border: 1px solid #DDDDDD;
  display: inline-flex;
  align-items: center;
}

.health_label {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
}

#healthRadio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.health_label > input[type=radio] {
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .cus-health-radio {
    width: 100%;
  }
}

/* Quiz Allergies */
.dog-allergies {
  max-width: 1130px;
  margin: 0 auto;
}

@media only screen and (min-width: 1190px) {
  .is-justify-normal {
    justify-content: normal !important;
  }
}

/* Quiz Result Null */
.cus-link-unerline {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.result-null-text > p > a {
  color: #000;
  text-decoration: underline;
}

.null-result {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.cus-max-width-315px {
  max-width: 315px;
}

.null-hr {
  width: 100%;
  height: 1px;
  max-width: 360px;
  border: 1px dashed #DDDDDD;
  margin: 16px 0;
}

.is-padding-bottom-8px {
  padding-bottom: 8px;
}

/* Quiz Results */
.resAccordion {
  display:flex;
  justify-content:center;
  align-items:center;
  text-transform: capitalize;
  position: relative;
  color: #000;
  cursor: pointer;
  border: none;
  transition: 0.4s;

  padding: 10px 24px;
  height: 87px;
  background-color: #fff;
  /* border-radius: 40px; */
  text-align: center;
  width: 100%;
  font-size: 22px;
  line-height: 27px;
  border: 2px solid #459BC5;
  border-radius: 10px;
}

.resAccordion:after {
  content: '\002B';
  margin-left: 20px;
  display: inline-block;
  color: #3894C1;
  
}


.resAccordion.active:after {
  display: inline-block;
  transform: rotate(45deg);
  content: "+";
}

.resPanel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.resPanel {
  background-color: rgb(246, 246, 247);
  border-radius: 40px;
  max-width: 446px;
  margin: 0 auto;
}

.results-accordion {
  margin-bottom: 10px;
  /* background-color: #f6f6f7; */
  
  /* border-radius: 40px; */
}

.quiz-results-main {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.recommended-packages {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding-top: 16px;
  flex-wrap: wrap;
}

.cu-product-img-res {
  width: 100%;
  height: 100%;
  max-width: 192px;
  max-height: 192px;
  margin-bottom: 8px;
  padding: 0;
}

.myCusLabel {
  cursor: pointer;
}

.package-content {
  width: 100%;
  max-width: 360px;
  border: 1px solid #EBEBEB;
  position: relative;
}

.cus-recommendation {
  background-color: #1594c1;
  color: #fff;
  max-width: 108px;
  border-bottom-right-radius: 4px;
  padding: 2px 8px;
}

.cus-not-recommendation {
  max-width: 155px;
  background-color: #f58c7f;
  color: #000;
  font-weight: 600;
  border-bottom-right-radius: 4px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.cus-nt-rec-div {
  display: flex;
  position: absolute;
  width: 100%;
  gap: 6px;
}

.package-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 24px 24px;
  margin-top: 24px;
}

.cu-product-details-modal {
  text-align: center;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}

.package-checkbox {
  position: absolute;
  right: 27px;
}

.cus-padding-top-24px {
  padding-top: 24px;
}

.recommended-packages-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cus-res-name {
  font-weight: 600;
  font-size: 18px;
}

/* TOOLTIP */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  display: none;
  width: 230px;
  background-color: #080809;
  color: #fff;
  border-radius: 8px;
  position: absolute;
  z-index: 9999999;
  top: 29px;
  left: -47px;
  margin-left: -60px;
  padding: 8px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}

.tooltip:hover .tooltiptext {
  display: block;
}

.cus-rec-btn {
  text-transform: uppercase;
  border-bottom: 1px solid #DDDD;
  padding-bottom: 4px;
}

.pkg-min-height {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 190px;
}

.tailor-made-plan {
  max-width: 550px;
  margin: auto;
  padding-top: 24px;
}

.cus-neutral-clr {
  color: #5A5A5B;
}

.cu-add-another {
  text-align: center;
  padding-top: 64px;
}

.tailor-made-plan-content {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to top,#EBEBEB,rgba(0,0,0,0)) 1 1%;
  padding: 24px 0;
}

.tailor-made-plan-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.tailor-made-badge {
  margin-right: 24px;
  margin-left: auto;
  border-radius: 8px 8px 0 0;
  background-color: #75CEDC;
  color: #080809;
  font-weight: 600;
  height: 20px;
  max-width: 112px;
  padding: 2px 8px;
  text-align: center;
  margin-bottom: -1.5rem;
}

.cu-plan-hr {
  border: 1px dashed #EBEBEB;
  width: 100%;
}

.cus-plan-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.cus-plan-box > .image-text {
  display: flex;
  align-items: center;
  gap: 16px;
}

.plan-res-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #0808091f;
}

.plan-res-btn:hover {
  color: #000;
}

@media only screen and (max-width: 798px) {
  .package-content {
    max-width: 100%;
  }

  .recommended-packages {
    gap: 16px;
    padding-top: 48px;
  }
}

@media only screen and (max-width: 500px) {
  /* .tailor-made-plan{
  display: none;
} */

  .cus-plan-box {
    padding: 0;
  }

  .tailor-made-badge {
    margin-right: 0;
  }
}

/* Quiz faqs */
.quiz-faq-below-text > p > a {
  color: #000;
}

/* Quiz starter box */
.starter-box-content {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .starter-box-content {
    justify-content: space-between;
  }

  .cu-pb-8px-mobile {
    padding-bottom: 8px;
  }
}

/* Custom checkbox Quiz */
.cusRadioContainer {
  position: relative;
  padding-left: 53px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  text-align: left;
  height: 56px;
  display: inline-flex;
  align-items: center;
}

/* Hide the browser's default radio button */
.cusRadioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.cusRadioCheckmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #000;
  margin-top: 2px;
  top: 50%;
  transform: translate(100%, -55%);
}

/* When the radio button is checked, add a blue background */
.cusRadioContainer input:checked ~ .cusRadioCheckmark {
  background-color: #1594C1;
  border: 2px solid #1594C1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cusRadioCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cusRadioContainer input:checked ~ .cusRadioCheckmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cusRadioContainer .cusRadioCheckmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.check:checked ~ .exammm {
  background: #E0F4F8;
  border: 1px solid #1594C1;
}

/* CUSTOM RESULTS ACCORDION */
.resUL {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.summary-line {
  border-bottom: 2px dotted #ccc;
  line-height: 0.5em;
  text-align: right;
  clear: both;
}

.definition {
  float: left;
}

.defined {
  text-transform: capitalize;
}

.summary-line > span {
  display: inline-block;
  border-bottom: 2px solid #f6f6f7;
  padding: 0;
  margin: 0 0 -2px;
}

.cu-btn-small {
  border: 1px solid #0808091f;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  /* border-radius: 56px; */
  padding: 10px 24px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

/* Custom continue btn */
.cu-cont-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

button.cu-cont-btn[disabled] {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

/* CSS FOR QUIZ TEMPLATE */
#page2 {
  display: none;
}

#page3 {
  display: none;
}

#page4 {
  display: none;
}

#page5 {
  display: none;
}

#page6 {
  display: none;
}

/* #page7 {
  display: none;
} */

#page8 {
  display: none;
}

#page9 {
  display: none;
}

#page10 {
  display: none;
}

#page11 {
  display: none;
}

.activeProgress {
  background: #75CEDC;
  color: #00517B;
}

/* 
input[type=checkbox] {
  accent-color: red;
} */

.cus-lamb-display-none,
.cus-chicken-display-none,
.cus-salmon-display-none {
  display: none;
  position: absolute;
  width: 100%;
}

/* Custom spinner */
#spinner:not([hidden]),
#spinnerCheckOut:not([hidden]) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffffa6;
  z-index: 9999999;
  visibility: hidden;
}

#spinner::after,
#spinnerCheckOut::after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #75CEDC;
  border-radius: 100%;
  will-change: transform;
  animation: spin 1s infinite linear
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* activity and body type box */
.imActive {
  border: 1px solid #1594C1;
  background: #E0F4F8;
  color: #1594C1;
}

.activeBody {
  border: 1px solid #1594C1;
  background: #E0F4F8;
  color: #1594C1;
}

.cus-activity-card-content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cus-body-card-content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#prog-bar-display-none {
  display: none;
}

/* RADIO BUTTON ACTIVE */
.activeRadioBtn {
  border: 1px solid #1594C1;
  background: #E0F4F8;
}

.cursor-pointer {
  cursor: pointer
}

/* CUSTOM SELECT */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 16px;
  width: 0;
  height: 0;
  border: solid #818182;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  top: 26px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*style the items (options), including the selected item:*/
.select-items div {
  color: #6c6c6e;
  padding: 6px 16px;
  text-align: left;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  background: #e0f4f8a3;
  border: 1px solid #DDDDDD;
}

.select-selected {
  color: #818182;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  user-select: none;
  border: 1px solid #DDDDDD;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
}

.select-items {
  max-height: 195px;
  overflow-y: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover {
  background: #75cedc !important;
  color: #fff !important;
}

.same-as-selected {
  background: #75CEDC;
  color: #00517b;
}

.cu-select-style {
  max-width: 360px;
  margin: 0 auto;
}

/* CUSTOM SELECT FOR AGE */
.cu-select-style-1 {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}

.cu-select-style-1 > .select-selected {
  color: #818182;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid #DDDDDD;
  background-color: #fff;
}

.cu-select-style-1 > .select-selected:after {
  content: unset !important;
}

.cu-age-svg {
  position: absolute;
  top: 17px;
  left: 18px;
}

/* CUSTOM SELECT FOR BREED */

.hello {
  display: flex;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
}

.hello > select {
  display: none !important;
}

.dropdown-select {
  box-sizing: border-box;
  cursor: pointer;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  border: 1px solid #DDDDDD;
  height: 56px;
  border-radius: 0;
  background: #FFFFFF;
}

.dropdown-select:focus {
  background-color: #fff;
}

.dropdown-select:hover {
  background-color: #fff;
}

.dropdown-select:active {
  background-color: #fff !important;
  border-color: #bbb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: '';
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

.dropdown-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown-select.open .list {
  display: block;
  pointer-events: auto;
}

.dropdown-select.open .option {
  cursor: pointer;
}

.dropdown-select.wide {
  width: 100%;
}

.dropdown-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.dropdown-select .list {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 360px;
  left: 0;
  z-index: 999;
  padding: 0;
  background: #E0F4F8;
  display: none;
  outline: 1px solid #DDD;
}

.dropdown-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown-select .dd-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  background: #E0F4F8;
}

.dropdown-select .dd-searchbox {
  width: 92%;
  padding: 0.8rem;
  border: 1px solid #999;
  border-color: #999;
  border-radius: 8px;
}

.dropdown-select .list ul {
  padding: 0;
  background: #E0F4F8;
  min-height: 90px;
  max-height: 115px;
  overflow-y: scroll;
}

.dropdown-select .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
  color: #818182;
  border-bottom: 1px solid #ccc;
}

.dropdown-select .option:hover {
  background-color: #75CEDC !important;
  color: #FFF !important;
}

.dropdown-select .option.selected {
  font-weight: 600;
  color: #00517B;
}

.dropdown-select .option.selected:focus {
  background: #E0F4F8;
}

.dropdown-select a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
  color: #666;
}

.dropdown-select > .current {
  position: absolute;
  top: 14px;
}

/* width */
.dropdown-select .list ul::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.dropdown-select .list ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.dropdown-select .list ul::-webkit-scrollbar-thumb {
  background: #a9e9f4;
  border-radius: 10px;
}

/* CUSTOM DROPDOWN OR SELECT FOR BREEDS "IRZUM" */
.breedDropDown {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  border: #dddddd solid 1px;
}

.breedDropDown > .input {
  height: 50px;
  border: none;
  width: calc(100% - 20px);
  cursor: pointer;
}

.breedDropDown > input:focus {
  outline: none;
  box-shadow: none;
}

.breedDropDown > .img {
  width: 15px;
  cursor: pointer;
  margin-top: 18px;
}

.breedDropDown > .content {
  display: none;
  position: absolute;
  max-height: 200px;
  min-height: 90px;
  width: 100%;
  overflow-y: scroll;
  outline: #dddddd solid 1px;
  background: #e0f4f8;
  text-align: left;
  z-index: 1;
}

.quizBreedOpt {
  border-bottom: 1px solid #ccc;
  padding: 8px 20px;
  color: #818182;
  text-transform: capitalize;
  cursor: pointer;
}

.quizBreedOpt:hover {
  background-color: #75cedc !important;
  color: #fff !important;
}

.quizBreedOpt1 {
  border-bottom: 1px solid #ccc;
  padding: 8px 20px;
  color: #818182;
  text-transform: capitalize;
  cursor: pointer;
}

.quizBreedOpt1:hover {
  background-color: #75cedc !important;
  color: #fff !important;
}

/* width */
.breedDropDown > .content::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.breedDropDown > .content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.breedDropDown > .content::-webkit-scrollbar-thumb {
  background: #a9e9f4;
  border-radius: 10px;
}

.cus-display-none-breed {
  display: none;
}

.breedDropDown:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

/* width */
.select-items::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.select-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.select-items::-webkit-scrollbar-thumb {
  background: #a9e9f4;
  border-radius: 10px;
}

/* CUSTOM CHECKBOX */

/* Create a custom checkbox button */
.cusCheckboxCheckmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #000;
  margin-top: 2px;
  top: 47%;
  transform: translate(100%, -55%);
}

/* When the checkbox button is checked, add a blue background */
.cusRadioContainer input:checked ~ .cusCheckboxCheckmark {
  background-color: #1594C1;
  border: 2px solid #1594C1;
}

/* Create the indicator (the checkbox - hidden when not checked) */
.cusCheckboxCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (checkbox) when checked */
.cusRadioContainer input:checked ~ .cusCheckboxCheckmark:after {
  display: block;
}

/* Style the indicator (checkbox) */
.cusRadioContainer .cusCheckboxCheckmark:after {
  left: 5px;
  top: 0;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check:checked ~ .exammm {
  background: #E0F4F8;
  border: 1px solid #1594C1;
}
/* ENDS */

.cus-padding-top-4px {
  padding-top: 4px;
}

.cu-flex-pro-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Custom toaster */
#mySnackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  border-radius: 18px;
}

#mySnackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.1s, fadeout 0.5s 2.5s;
  animation: fadein 0.1s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/* PRODUCT MODAL */
/* The Modal (background) */
.prod-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
  .prod-modal {
    width: 90%;
  }
}

.prod-modal-img-div {
  width: 96px;
  height: 96px;
}

/* PRODUCT MODAL backdrop*/
#prodModalBackDrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  display: none;
  z-index: 98;
}

/* Modal Content/Box */
.prod-modal-content {
  background-color: #fefefe;
  padding: 24px;
  width: 100%;
  max-width: 552px;
}

/* The Close Button */
.closeModal {
  color: #000;
  float: right;
  font-size: 28px;
  cursor: pointer;
}

/* PRODUCT MODAL CONTENT */
.modal-img-title {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 55px;
}

.ga-accord {
  margin: 14px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccc;
  padding-bottom: 10px;
}

.modal-panel-mb {
  margin-bottom: 12px;
}

/* {% comment %} CUSTOM LP {% endcomment %} */
.cus-p-b-15px {
  padding-bottom: 15px;
}

.main_banner_content> .richtext> p {
  font-size: 18px;
  line-height: 26px;
  color: #080809;
  padding-bottom: 25px;
}

.main_banner_content> .richtext> p:last-child {
  padding-bottom: 0px;
}

.section_title> .heading {
  max-width: 665px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.benefits-inner-content {
  display: flex;
  margin-bottom: 40px;
}

.benefits-inner-content:last-child {
  margin-bottom: 0px;
}

.benefits-inner-content> .image {
  width: 60px;
}


.benefits-inner-content> .text-side {
  width: 100%;
  max-width: 423px;
  margin-left: 33px;
}

.text-side> .small-title {
  font-size: 18px;
  line-height: 26px;
  color: #080809;
  font-weight: 600;
  padding-bottom: 10px;
}

.text-side> .small-text {
  font-size: 18px;
  line-height: 26px;
  color: #080809;
}

.cus-bg-black {
  background: #000000;
}

.benefits_of_next_abs {
  position: absolute;
  top: 0;
  margin-top: -10%;
}

.love_next {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 60px;
  gap: 60px;
}

.sec-main-title {
  max-width: 725px;
  margin: 0 auto;
  text-align: center;
}

.sec-main-title> .heading {
  padding-bottom: 15px;
  padding-top: 40px;
}

.sec-main-title> .para {
  font-size: 18px;
  line-height: 26px;
  color: #080809;
  max-width: 600px;
  margin: 0 auto;
}

.cus-video-outer {
  width: 46.5%;
}

.cus-video-outer {
  border: 1px solid #3992bf;
  padding-bottom: 40px;
  border-top: 0;
  border-radius: 24px;
}

.cus-video-outer> .inner {
  background: #3992bf;
  border-radius: 24px;
  padding-top: 16px;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 14px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.main_see_it_in_action {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

.main_see_it_in_action> .inner> .vid> .lazyframe {
  border-radius: 24px;
}

.main_see_it_in_action> .inner> .vid> .lazyframe> iframe {
  border-radius: 24px;
}

.lp_faq_title {
  text-align: center;
  padding-top: 40px;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.lp_faq_qna {
  max-width: 750px;
  margin: 0 auto;
}

.lp_faq_qna> .inner {
  border-bottom: 1px solid #D2D2D2;
}

.lp_faq_qna> .inner:last-child {
  border-bottom: 0;
}

.cusAccFaq {
  background-color: transparent;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  line-height: 26px;
  font-weight: 600;
  position: relative;
}

.panelFaq> .para {
  color: #080809;
  line-height: 26px;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
  
.cusAccFaq:after {
  top: 20px;
  content: "+";
  color: #3e95c1;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  font-size: 25px;
  position: absolute;
  right: 0;
}

.cusAccFaq.active:after {
  content: "\2212";
}

.panelFaq {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.lp-text-with-img> .heading {
  color: #fff;
  max-width: 400px;
  margin-bottom: 25px;
}

.lp-text-with-img> .para {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  max-width: 445px;
  margin-bottom: 25px;
}

.lp-text-with-img> .small-heading {
  font-size: 30px;
  line-height: 27px;
  color: #fff;
}

.benefits_cta {
  max-width: 385px;
  margin: 0 auto;
}

.section_title> .mobile-text {
  display: none;
}

.cus-featured-product-header {
  max-width: 750px;
  padding-bottom: 60px;
  text-align: center;
  padding-left: 22px;
}

.cus-featured-product-header> .heading {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  padding-bottom: 20px;
}

.cus-featured-product-header> .para {
  color: #080809;
  padding-top: 14px;
}

.cus-featured-product-header> .para> p {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.custom-product--info {
  padding: 20px 0;
  padding-bottom: 10px;
}

.custom-product--info> .product-price> .price {
  color: #1B507A;
  font-size: 40px;
  line-height: 56px;
  margin-right: 16px;
}

.custom-product--info> .product-title> .title {
  font-size: 18px;
  line-height: 26px;
  color: #080809;
  font-weight: 600;
  margin-top: 10px;
  max-width: 204px;
  text-align: center;
}

.cus-price-and-quantity-box {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 8px;
  justify-content: center;
}

.cus-price-and-quantity-box> .cus-quantity-box-RV {
  max-width: 126px;
  width: 100%;
}

.is-gap-30px {
  gap: 30px;
}
.is-gap-32px {
  gap: 32px;
}
.cus_prod_form_atc {
  justify-content: center;
  margin: 0 !important;
}

.custom-add-to-cart-btn-form {
  background: #000;
  color: #fff;
  /* border-radius: 56px; */
  font-size: 14px;
  line-height: 20px !important;
  text-transform: uppercase;
}

.cus-grid-product {
  padding-bottom: 50px;
}

/* .cus-grid-product:last-child {
  padding-bottom: 0px;
} */

.cus--product-image {
  text-align: center;
}

.abs-img-1 {
  position: absolute;
  left: 0;
  top: 35px;
}

.abs-img-2 {
  position: absolute;
  right: 0;
  top: 0;
}

.abs-img-3 {
  position: absolute;
  bottom: -48px;
  left: 40%;
  z-index: -1;
}

.abs-img-4 {
  position: absolute;
  bottom: 17px;
  right: 0;
}

@media only screen and (max-width: 798px) {
.is-justify-cent-mbl {
  justify-content: center;
}

.main_banner_content {
  text-align: center;
}

.has-large-padding-top-mobile {
  padding-top: 40px;
}

.mbl_usps {
  flex-direction: column;
  text-align: center;
}

.benefits_of_next_abs {
  display: none;
}

.section_title> .heading {
  font-size: 42px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 10px;
}

.hide-element-mobile {
  display: none;
}

.benefits_cta {
  text-align: center;
}

.sec-main-title>.heading {
  font-size: 42px;
  line-height: 56px;
}

.sec-main-title> .para {
  display: none;
}

.cus-video-outer {
  width: 100%;
}

.section_title> .mobile-text {
  color: #080809;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  padding-bottom: 30px;
  display: block;
}

.lp-text-with-img> .heading {
  font-size: 42px;
  line-height: 56px;
}

.is-justify-cent-mbl> .layout {
  text-align: center;
  padding-bottom: 40px;
}

.lp_faq_qna {
  padding: 0 15px;
}

.custom-add-to-cart-btn-form {
  flex: 1 0 50% !important;
  max-width: 50% !important;
}

.abs-img-3 {
  display: none;
}

.abs-img-4 {
  display: none;
}

.cus-featured-product-header> .heading {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
}

.cus-featured-product-header> .para> p {
  font-size: 18px;
  line-height: 20px;
}
}

@media only screen and (max-width: 480px) {
.cus-grid-product {
  padding-bottom: 0px;
}

.cus-price-and-quantity-box {
  max-width:75%;
}
.custom-product--info> .product-title> .title{
  max-width:163px;
}
}

.cus-quantity-box {
  justify-content: center;
}

.main-quan-box {
  margin: 0;
  padding-bottom: 20px;
}

.cus-sticky-header {
  position: sticky;
  z-index: 20;
}


/* NEW SECTION/BLOCK FOR PDP */
.main-heading-large {
  font-size: 38px;
  line-height: 53px;
  max-width: 475px;
  margin-bottom: 8px;
}

.main-paragraph-large {
  font-size: 16px;
  line-height: 27px;
  color: #080809;
  max-width: 500px;
}

.section-mid-heading {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  max-width: 665px;
  margin: 0 auto;
}

.unique-products-point {
  display: flex;
  justify-content: space-between;
  padding-top: 42px;
  flex-wrap: wrap;
}

.point-block {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.point-block> .title {
  font-size: 24px;
  line-height: 37px;
  margin: 0;
  text-align: center;
  margin-bottom: 4px;
  margin-top: 14px;
}

.point-block> .text {
  font-size: 17px;
  line-height: 27px;
  color: #080809;
  text-align: center;
}

.section-end-part {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 40px;
}

.section-end-part> .heading {
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 8px;
}

.section-end-part> .para {
  font-size: 17px;
  line-height: 27px;
  color: #080809;
}

.abs-img-one {
  position: absolute;
  top: 0;
  left: 8%;
}

.abs-img-two {
  position: absolute;
  left: 0;
  top: 17%;
}

.abs-img-three {
  position: absolute;
  right: 0;
  top: 2%;
}

.abs-img-four {
  position: absolute;
  top: 40%;
  left: 0;
}

.abs-img-five {
  position: absolute;
  right: 0;
  top: 38%;
}

.main-abs-img-small {
  position: absolute;
  bottom: -110px;
  margin-left: -85px;
}

.unique-products-point {
  max-width: 1100px;
  margin: 0 auto;
}


@media only screen and (max-width: 798px) {
.main-heading-large {
  text-align: center;
  line-height: 52px;
  max-width: unset;
}

.main-paragraph-large {
  max-width: unset;
  text-align: center;
  padding-bottom: 12px;
}

.point-block {
  width: 100%;
}

.section-end-part> .para {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.unique-products-point {
  gap: 30px;
}

.is-text-align-center-mbl {
  text-align: center;
}

.main-abs-img-small {
  bottom: 0;
  margin-left: 0;
}

.main-abs-img-small> .image {
  max-width: 200px;
}
}

@media only screen and (max-width: 480px) {
.main-abs-img-small {
  bottom: -40px;
  margin-left: -10px;
}

.abs-img-four {
  display: none;
}

.abs-img-one {
  left: 8px;
}

.abs-img-three {
  top: 1%;
}

.abs-img-five {
  top: 20%;
}
} 

/* Product lamb page design product price meal section */

.col-50 {
  width:50%;
}
.product_meal_price_plan_text1 {
  color: #22C4B7;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 329.412% */
}
.product_meal_price_plan_text1_1{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
} 
.product_meal_price_plan_text1_2 { 
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  } 
  .product_meal_price_plan_text1_3 {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 123.529% */
  } 
  .w-100 {
    width:100%;
  } 
  .bg_product_meal_price_plan_col_50_1 {
   border-radius: 21px;
   background: #1B5A41;
  } 
    .bg_product_meal_price_plan_col_50_2 {
      border-radius: 21px;
      background: #E8EEEC;
    
      
  } 
  .product_meal_price_plan_col_50_1_pd_r_8 {
   padding-right:8px; 
    
    } 
   .product_meal_price_plan_col_50_2_pd_l_8 {
   padding-left:8px; 
     
   } 
   .product_meal_price_plan_pdt_10 {
     padding-top:10px;
   }
   .product_meal_price_plan_pd_all_b_40_lr_15 {
     padding:30px 13px 40px 13px; 
   } 
   .product_meal_price_plan_pdt_20 {
   padding-top:20px;
   } 
   .color_black {
   color:#000;
   } 
   .color_light_black {
   color:#636866;
   } 


   /* product  Chicken section designing start */
   .bg_product_chicken_meal_price_plan_col_50_1 {
     border-radius: 21px;
     background: #E7572F;
     } 
     .light_yellow_color {
        color: #EDB52E;
     } 
     .product_meal_price_plan_pdb_25 {
       padding-bottom:25px;
     } 
   /* product Fish section designing start */
  
     .bg_product_fish_meal_price_plan_col_50_1 {
          background: #BE2A2A;
          border-radius: 21px;
          
     } 
     .light_oranage_fish {
        color: #EE8F80;
     } 
   @media(max-width:798px) {
     .product_meal_price_plan_text1 {
        font-size: 12px;
        line-height: 18px;
      } 
     .product_meal_price_plan_text1_2 {
        font-size:17px;
     } 
     .product_meal_price_plan_text1_1 {
         font-size:12px;
     } 
     .product_meal_price_plan_text1_3 {
         font-size:12px;
         min-height:42px;
     } 
     .product_meal_price_plan_pd_all_b_40_lr_15 {
        padding: 15px 13px 20px 13px;
     }
    
 }  

  @media(max-width:380px) {
       .product_meal_price_plan_text1 {
       min-height:36px;
         padding:0px 5px;
       } 
      
    }
/*  END  */


/* Home Page home-dogs-img-multicol section Styling Start */ 

.pdlr_5 {
  padding-left:5px;
  padding-right:5px;
} 

.home_dogs_section_bg_color {
    background: #E3F3F7;
} 
.home_dogs_section_t_b_padding {
  padding-top:121px;
  padding-bottom:100px;
}
.flex-wrap {
  flex-wrap:wrap;
}
.max-w-1200 { 
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
 }
 .home_dogs_img_multicol_main_heading {
    color: #000;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
 }
 .col-33 {
    width:33.33%;
 } 
 .home_dogs_img_multicol_sub_text_1 {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 224% */
 } 
 .home_dogs_img_multicol_sub_text_2 {
    color: #080809;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
 } 
 .home_dogs_img_multicol_sub_text_3 {
    color:#080809;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
 } 
 .home_dogs_img_multicol_sub_text_4 {
      color: #000;
      text-align: center;
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      line-height: 56px; /* 200% */
 } 
 .home_dogs_img_multicol_main_heading_mb_27 {
    margin-bottom:27px;
 } 
 .home-dogs-img-h-358 {
   height:358px;
 } 
 .home-dods-img1-mt-31 {
   margin-top:31px;
 } 
 .home_dogs_span_pdr_9_border_r {
   padding-right:9px;
   border-right:1px solid #8DD0DE;
 } 
 .home_dogs_span_pdl_7 {
   padding-left:7px;
   
 } 
 .home_dogs_img_multicol_sub_text_1_mb_7 {
   margin-bottom:7px;
 } 
 .home_dogs_img_multicol_sub_text_2_mb_20 {
    margin-bottom:20px;
 } 
 .home_dogs_img_multicol_sub_text_3_mb_7 {
   margin-bottom:7px;
 } 
 .position_relative {
   position:relative;
 }
 .home_dogs_img1_multicol_img_pos_absolute {
    top: -9%;
    position: absolute;
    right: 0;
 } 
 .home_dogs_top_left_bread_img1_multicol_img_pos_absolute {
    position: absolute;
    top:61px;
 } 
 .home_dogs_bottom_left_bread_img1_multicol_img_pos_absolute {
     position: absolute;
     bottom:135px;
    
     
 } 

 .home_dogs_bottom_right_center_bread_img1_multicol_img_pos_absolute {
     position: absolute;
     bottom:293px;
      right:0px;
 } 
 .home_dogs_img1_multicol_img_pos_absolute_licking_lips {
    position: absolute;
    top: 142px;
    left: 11%;
}
  @media (min-width:798px) and (max-width:1023px) {
    .home_dogs_img1_multicol_img_pos_absolute_licking_lips {
    position: absolute;
    top: 206px;
    left: 1%;
      width:90px;
}
  }
 @media (max-width:1024px) {
   .home_dogs_img1_multicol_img_pos_absolute {
    top: -7%;
    position: absolute;
    right: 0;
    width: 300px;
} 
.home_dogs_img_multicol_main_heading {
   font-size:25px;
} 
.home_dogs_bottom_right_center_bread_img1_multicol_img_pos_absolute {
  width:50px;
} 
  
 }  
@media (min-width:1024px) and (max-width:1200px) {
   .home_dogs_img1_multicol_img_pos_absolute_licking_lips {
    position: absolute;
    top: 212px;
    left: 20px;
    width:80px;
}
} 
@media (min-width:1201px) and (max-width:1299px) {
   .home_dogs_img1_multicol_img_pos_absolute_licking_lips {
    width:115px;
    position: absolute;
    top: 177px;
    left: 4%;
}
}



@media (min-width:1300px) and (max-width:1439px) {
   .home_dogs_img1_multicol_img_pos_absolute_licking_lips {
    width:140px;
    position: absolute;
    top: 177px;
    left: 4%;
}
}

@media (min-width:1440px) and (max-width:1600px) {
  .home_dogs_img1_multicol_img_pos_absolute_licking_lips {
    position: absolute;
    top: 142px;
    left: 8%;
}
}


 
 @media (min-width:1025px) and (max-width:1440px) {
   .home_dogs_img1_multicol_img_pos_absolute {
    top: -7%;
    width: 315px;
    position: absolute;
    right: 0;
} 
.home_dogs_img_multicol_main_heading {
   font-size:32px;
}
 } 

@media(max-width:798px) {
   .col-33 {
    width:100%;
 } 
  .home_dogs_img1_multicol_img_pos_absolute {
    top: -3%;
    position: absolute;
    right: 0;
    width: 200px;
} 
  .home_dogs_img_multicol_main_heading { 
     font-size:44px;
    } 
  .home_dogs_img_multicol_main_heading_mb_27 {
    padding:0px 24px;
  } 
  .home_dogs_top_left_bread_img1_multicol_img_pos_absolute {
    top: 269px;
    width: 60px;
} 
.home_dogs_bottom_left_bread_img1_multicol_img_pos_absolute {
    bottom: 645px;
 }
 .home_dogs_bottom_right_center_bread_img1_multicol_img_pos_absolute {
    bottom: 1266px;
}
.home_dogs_images_pdb_mobile_50 {
    padding-bottom:50px;
} 
 
  .pdlr_5 {
     padding-right:0px;
     padding-left:0px;
  }
 
} 

 @media(min-width:601px) and (max-width:798px) {
   .home_dogs_img1_multicol_img_pos_absolute_licking_lips {
     width:86px;
     top: 268px;
    left: 26%;
}
 }
 
 @media(max-width:600px) 
 {
  .home_dogs_img1_multicol_img_pos_absolute_licking_lips {
    width:86px;
    top:310px;
  }
 } 
  @media(max-width:400px) 
 {
     .home_dogs_img_multicol_main_heading {
     font-size:40px;
   }
  .home_dogs_img1_multicol_img_pos_absolute_licking_lips {
 
    top:330px;
  }
 } 
  @media(max-width:370px) 
 { 

   .home_dogs_img_multicol_main_heading {
     font-size:40px;
   }
  .home_dogs_img1_multicol_img_pos_absolute_licking_lips {
    top:369px;
  }
 }
/* END */

/* JOIN OUR PACK SECTION */
.join-abs-img-1 {
  position: absolute;
  left: 0;
  top: 10%;
}

.join-abs-img-2 {
  position: absolute;
  top: 0;
  left: 58%;
  transform: translate(-50%, 0%);
}

.join-abs-img-3 {
  position: absolute;
  right: 0;
  bottom: 10%;
}

.join-abs-img-4 {
  position: absolute;
  left: 65%;
  bottom: 0;
}

.join-abs-img-5 {
  position: absolute;
  bottom: 0;
  left: 3%;
  z-index: 0;
}

.join-our-pack-banner-inner {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
  padding: 20px 20px 0 20px;
}

.join-our-pack-title {
  font-size: 38px;
  color: #00517B;
  line-height: 1;
  margin-bottom: 10px;
}

.join-our-pack-text {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.join-our-pack-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.join-our-pack-cta {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 24px; */
  min-width: 142px;
  font-size: 16px;
  text-transform: capitalize;
}

@media only screen and (min-width: 798px) {
.hide-cta-desktop {
  display: none;
}
}


@media only screen and (max-width: 798px) {
.hide-cta-mobile {
  display: none;
}
  
.join-our-pack-banner-inner {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 35px;
}

.join-our-pack-title {
  font-size: 36px;
}

.join-our-pack-image {
  flex-direction: column;
  padding-bottom: 80px;
}

.join-our-pack-image> .img {
  padding-bottom: 24px;
}

.join-abs-img-2 {
  right: -12px;
  left: unset;
  transform: rotate(90deg);
  top: 25%;
}

.join-abs-img-5 {
  position: absolute;
  bottom: 0;
  z-index: 0;
  transform: translate(-50%, 0%);
  left: 50%;
}

.join-abs-img-3 {
  left: 0;
  transform: rotate(180deg);
  bottom: 23%;
}
}

.join-our-pack-cta:hover {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.cus-klaviyo-cta {
  background: #f6f6f7;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  /* border-radius: 56px; */
  color: #00517b;
  text-transform: uppercase;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: 'GothamMedium';
  min-width: 150px;
  margin-top: 20px;
}

.cus-klaviyo-cta-article {
  background: #1594C1 !important;
  border: 1px solid #1594C1 !important;
  color: #fff !important;
  margin-bottom: 20px;
}

.custom-btn-cntr {
  text-align: center;
  width: 100%;
}

#qab_button {
  border-radius: 0 !important;
}

/* NEW PDP */
.product-gallery__main> .flickity-prev-next-button.previous {
  display: none;
}

.product-gallery__main> .flickity-prev-next-button.next {
  display: none;
}


.cus-prod-feat {
  max-width: 134px;
}

.is-gap-8px {
  gap: 8px;
}

/* .product-nav-links:hover {
  color: unset;
} */

.cus-variants-container {
  display: flex;
  gap: 12px;
  padding-bottom: 5px;
}

.cus-var-selec {
  width: 50%;
}

.cus-purchase-det {
  margin: 0 !important;
  width: 50% !important;
}

.cus-selec-wrap {
  margin: 0;
}

.cus-var-size {
  font-family: 'GothamMedium';
  font-size: 12px;
  line-height: 14px;
  width: 60%;
  padding-left: 20px;
}

.cus-main-select-rv {
  font-family: 'GothamMedium';
  font-size: 12px;
  line-height: 14px;
  height: unset ! IMPORTANT;
  min-height: unset;
  width: 40% !important;
}

.cus-main-selector {
  padding: 0 !important;
  min-height: unset ! IMPORTANT;
  border: none !important;
}

.cus-variant-quantity {
  font-family: 'GothamMedium';
  font-size: 12px;
  line-height: 14px;
}

.cus-main-select {
  width: 100%;
  height: 100%;
}

.cus-main-selector {
  width: 100%;
  height: 100%;
  max-width: 190px;
  min-height: 44px;
  border-radius: 10px !important;
}

.cus-main-selector:hover {
  border-color: #ebebeb !important;
}

.cus-quant-minus {
  background-color: #fff !important;
  border: thin solid #ebebeb !important;
  border-right: 0 !important;
}

.cus-quant-plus {
  background: #fff !important;
  border: thin solid #ebebeb !important;
  border-left: 0 !important;
}

.product-radio-button> .inner {
  display: flex;
  flex-direction:column-reverse;
  width: 100%;
  gap: 35px;
}

.left-side-radio-btn {
  width: 45%;
}
.left-side-radio-btn.buy-options{
  width: 100%;
  /* max-width: 591px; */
}

.right-side-radio-btn {
  width: 60%;
  position: relative;
}
.buy-options.right-side-radio-btn{
  width: 100%;
  /* max-width: 591px; */

}
.purchase-option-one {
  min-height: 160px;
  border: 2px solid #ccc;
  padding: 15px;
  border-radius: 16px;
}
.buy-options .purchase-option-one{
  min-height: 0;
  padding: 16px 28px;
}

@media screen and (max-width: 798px){
  .buy-options .purchase-option-one{
 padding: 8px 24px; 
}
}
.cus-purchase-option {
  display: flex;
  align-items: center;
}

#one-time-purchase {
  margin: 0 10px;
  margin-top: 5px;
  accent-color: #fff;
}

.cus-purchase-label-1 {
  font-size: 12px;
  line-height: 14px;
  font-family: 'GothamBook';
  width: 100%;
  display: inline-block;
}

.product-price-main {
  margin-left: 24px;
  font-size: 20px;
  font-family: 'GothamMedium';
  padding-top: 15px;
  display: inline-block;
  line-height: 24px;
}

.product-price-main-1 {
  line-height: 21px;
  margin-left: 20px;
  font-size: 18px;
  font-family: 'GothamMedium';
  padding-top: 10px;
  display: inline-block;
}

.cus-recurring-content {
  padding: 11px 15px;
  display: flex;
  align-items: center;
  gap: 82px;
  width: 100%;
  min-height: 50px;
  border-bottom: 2px solid #fff;
}

.cus-recurring-content> .text {
  margin-left: 25px;
  font-size: 12px;
  line-height: 14px;
}

.cus-recurring-content> .price {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin-right: 15px;
}

.purchase-option-two {
  min-height: 160px;
  border: 2px solid #ccc;
  position: relative;
  border-radius: 16px;
}

.buy-options  .purchase-option-two {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.buy-options .purchase-option-two:not(.selected-option){
  min-height: 0;
}



.radio-btn-cta-text {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 11px 15px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 2px solid #fff !important;
}

.buy-options .radio-btn-cta-text{
  padding: 20px 28px 24px 28px;
}

#subscribe-and-save {
  margin: 0 10px;
  margin-top: 5px;
  margin-left: 0;
  accent-color: #fff;
}

.cus-purchase-label-2 {
  font-size: 12px;
  /* font-family: 'GothamMedium'; */
}

.radio-btn-text> .text {
  font-size: 12px;
  /* font-family: 'GothamMedium'; */
}

.buy-options .radio-btn-text{
  width: 100%;
}

.radio-btn-price {
  display: flex;
  align-items: center;
}

.radio-btn-price> .off {
  font-size: 14px;
  line-height: 14px;
  font-family: 'GothamMedium';
  padding-top: 10px;
  margin-left: 10px;
  width: 100%;
  max-width: 59px;
}

.cus-shipment {
  display: flex;
  justify-content: space-between;
  background: #38ACA2;
  width: 100%;
  padding: 0 32px;
  min-height: 34px;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  
}
.buy-options .cus-shipment{
  background: transparent;
  border-radius: 0;

}
.cus-shipment> .text {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

#subscription-duration {
  background: transparent;
  border: 0;
  font-size: 13px;
  color: #fff;
}

.cus-duration-option {
  color: #000;
}

.cus-recommendation-plan {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  min-height: 38px;
  border-radius: 10px 20px 20px 10px;
  justify-content: space-between;
  background: #ECF6FF;
}

.cus-rec-plan-text {
  padding: 13px 20px;
}

.cus-rec-plan-link {
  width: 100%;
  border-radius: 5px 20px 20px 5px;
  max-width: 120px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cus-rec-plan-link> .cus-link {
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  line-height: 14px;
}

.cus-rec-plan-text> p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.cus-recommendation-plan> .image {
  background: #245941;
  width: 100%;
  max-width: 53px;
  min-height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cus-recommendation-plan> .cus-link {
  text-align: center;
  width: 100%;
  display: flex;
  background: #e6e7e7;
  height: 100%;
  min-height: 47px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  color: #000;
  font-family: 'GothamMedium';
  text-decoration: underline;
}

.main-custom-price {
  text-align: center;
  padding: 20px;
  padding-bottom: 0;
}

.main-custom-price> .price {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.cutoff-price {
  text-decoration: line-through;
  color: #DAD9D9;
}

.cus-free-shipping-text> .text {
 font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-top: 24px;
  color: #808080;
}

.purchase-details  {
  width: 90%;
}

.product-block--title> .product_name {
  font-family: 'Inter';
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: none;

}
.starter-kit-text-container{
  margin-bottom: 30px;
  margin-top: 20px;
}
.starter-kit-heading{
  font-family: "GothamBold";
  font-weight: bold;
  font-size: 19px;
}
.starter-kit-list{
  margin-top: 10px;
}
.starter-kit-list li{
  font-family: "GothamBook";
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.product-block--features> .product-features-rv {
  justify-content: space-between;
  padding: 15px 0 15px 0;
}

.product-block--features> .product-features {
  padding: 15px 0 0 0;
  justify-content: space-between;
  gap: 16px;
  overflow: auto;
}

@media screen and (max-width: 1300px){
   .cus-product-cta-container {
    flex-wrap: wrap;
    gap: 8px;
  }
}


@media only screen and (max-width: 798px) {
  .product-gallery__thumbnails {
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
  }
  .thumbnails-scroll-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
  }
  .product-gallery__thumbnail {
    flex: 0 0 22vw;
    max-width: 22vw;
    min-width: 22vw;
    box-sizing: border-box;
    margin-right: 8px;
  }
  .custom-previous-button,
  .custom-next-button {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: #fff;
    border: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0.8;
  }
  .custom-previous-button {
    left: 0;
  }
  .custom-next-button {
    right: 0;
  }
  .product-block--title> .product_name {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  }
/* .buy-options.right-side-radio-btn,
.buy-options.left-side-radio-btn{
width: 95vw;
} */

.main-custom-price {
padding-top: 16px;
}
 




.prod-faq-accordions-RV {
  padding-right: 10px;
  padding-left: 10px;
}

.cus-rec-plan-link {
  max-width: 50px;
}

.cus-rec-plan-link> .cus-link> .cus-link-span {
  display: none;
}

.cus-rec-plan-link> .cus-link> svg {
  width: 20px;
  height: 20px;
}

.cus-rec-plan-text> p {
  font-size: 15px;
  line-height: 18px;
}

.main-custom-price> .price {
 font-family: 'Inter';
font-weight: 500;
font-size: 14px;
line-height: 20px;
}

.cus-free-shipping-text> .text {
  line-height: 15px;
  font-size: 13px;
  max-width: 85%;
  font-family: 'GothamBook';
}

.prod-section-faq-RV {
  padding-left: 30px;
}

.prod-section-faq-RV> .customAccordion {
  font-size: 16px;
  line-height: 19px;
}



.product-nav-links { 
  font-size: 16px;
  line-height: 24px;
  width: calc(50% - 4px);
}



.cus-var-selec {
  width: 50%;
}  

.cus-purchase-det {
  width: 50% !important;
}



.left-side-radio-btn {
  width: 100%;
}

.right-side-radio-btn {
  width: 100%;
}

.cus-purchase-label-1 {
  max-width: 100%;
}

.purchase-option-one {
  min-height: 88px;
}




.cus-recommendation-plan {
  width: 100%;
}  

.cus-recommendation-plan> .cus-link {
  text-align: left;
  padding-left: 24px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  padding-right: 80px;
}

.purchase-details {
  width: 100%;
}

.cus-free-shipping-text> .text {
  max-width: 250px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 16px;
}
.starter-kit-heading{
  font-size: 17px;
}
.starter-kit-list li{
  font-size: 15px;
}

}

@media only screen and (max-width: 375px) {
.cus-recommendation-plan> .cus-link {
  padding-left: 10px;
  padding-right: 10px;
}  
 
}

.custom-thumbnails-prev-next-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 5%;
  padding: 0 10px;
}

.custom-previous-button {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

/* .custom-previous-button> svg {
  width: 18px;
  height: 18px;
} */

.custom-next-button {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

/* .custom-next-button> svg {
  transform: rotate(0deg);
  width: 18px;
  height: 18px;
} */

.product-gallery__thumbnails> .flickity-prev-next-button.previous {
  display: none;
}

.product-gallery__thumbnails> .flickity-prev-next-button.next {
  display: none;
}

.custom-previous-button {
  position: absolute;
  left: 31px;
  cursor: pointer;
  top: -40px;
  z-index: 1;
}

.custom-next-button {
  position: absolute;
  bottom: -40px;
  cursor: pointer;
  z-index: 1;
  left: 31px;
}
.Quiz_topper_card_Border  .cus-colored-span {
  color: #E99258;
  font-weight: 700;
}

.quiz_recommended_recipe_img img {
  max-width:108px;
  min-width:108px;
}


.quiz-product-details> .paragraph {
  max-width:470px
}

.quiz-product-details> .paragraph {
  font-size:18px;
  line-height: 22.4px;
}





@media only screen and (max-width: 798px) {

  .quiz-product-details> .paragraph {
    font-size:16px;
    line-height: 22px;
  }
.quiz_recommended_recipe_img img {
  max-width:127px;
  min-width:127px;
}
.product-gallery__thumbnails {
  margin-top: 20px;
}

.custom-previous-button {
  display: none;
  /* bottom: 6%;
  width: 25px;
  height: 25px;
  top: unset;
  left: -10px; */
}

/* .custom-previous-button> svg {
  transform: rotate(90deg);
} */

.custom-next-button {
  display: none;
  /* bottom: 6%;
  width: 25px;
  height: 25px;
  right: -10px;
  left: unset; */
}

/* .custom-next-button> svg {
  transform: rotate(270deg);
} */

.product-radio-button> .inner {
  width: 100%;
  gap: 12px;
}

}

/* .cus-product-image-padding {
  padding: 0 20px;
} */

 /* QUIZ RESULT SECTION RV  */
.main-quiz-result-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.quiz-page-header> .title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  font-family: 'GothamMedium';
  line-height: 33px;
}

.quiz-result-header-desktop {
  text-align: center;
  font-size: 28px;
  line-height: 33px;
  font-family: 'GothamMedium';
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 50px;
}

.cus-colored-span {
  color: #3893c0;
  font-weight: 500;
}
.Quiz_topper_card_Border  .cus-colored-span {
  color: #E99258;
  font-weight: 500;
}

.quiz-result-header-mobile-inner {
  text-align: center;
  padding-bottom: 35px;
}

.quiz-result-header-mobile-inner> .text {
  font-size: 22px;
  font-family: 'GothamMedium';
  padding-top: 10px;
}

.quiz-result-header-mobile {
  display: none;
}

.nextrition-for-days {
  display: flex;
  padding-top: 40px;
  justify-content: center;
}

.nextrition-days-card {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 257px;
  justify-content: flex-start;
  text-align: center;
  position: relative;
}

.nextrition-days-card> .text {
  font-size: 25px;
  line-height: 30px;
  max-width: 330px;
  font-family: 'GothamMedium';
  font-weight: 500;
  padding-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.nextrition-days-card> .image {
  position: absolute;
  bottom: 0;
  max-width:70px;
}

.nextrtion-card-bg-1 {
  background: #dcecf3;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.Quiz_topper_card_Border .nextrtion-card-bg-1 {
  background: #F2E6DF;
  }
.nextrtion-card-bg-2 {
  background: #e7f2f7;
}
.Quiz_topper_card_Border .nextrtion-card-bg-2 {
  background: #F7EFE9;
  }
.nextrtion-card-bg-3 {
  background: #c9e3f0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.Quiz_topper_card_Border .nextrtion-card-bg-3 {
  background: #EFDBCE;
  }

.cus-accordion-res {
  max-width: 438px;
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 35px;
}

.cus-accordion-resPenal {
  background: #fff;
  border-radius: 0;
}

.cus-recommended-product-container {
  padding-top: 40px;
}

.product-card-quiz {
  position: relative;
}

.product-card-quiz> .inner {
  display: flex;
  align-items: center;
  border: 1px solid;
  padding: 15px;
  gap: 40px;
  margin-bottom: 30px;
  

}

.cus-rec-prod-border-colr-chicken {
  border-color: #F4B31B !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.cus-rec-prod-border-colr-lamb {
  border-color: #32958D !important;
  border-top-right-radius:6px;

}

.cus-rec-prod-border-colr-salmon {
  border-color: #F68B80 !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.cus-rec-prod-border-colr-beef {
  border-color: #c12232 !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.quiz-product-details {
  max-width: 925px;
}

.quiz-product-details> .title {
  font-size: 24px;
  text-transform: capitalize;
  font-family: 'Inter';
  margin-bottom: 10px;
  line-height: 30px;
}

.quiz-product-image{
  width: 108px;
}

/* .quiz-product-details> .paragraph {
  font-size: 14px;
  line-height: 21px;
} */

.product-card-quiz> .image {
  position: absolute;
  right: 45px;
  bottom: -20.3px;
  background: #fff;
}

.quiz-recommendations {
  display: flex;
  max-width: 226px;
  min-height: 48px;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  font-size: 22px;
  line-height: 27px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.q-r-badge-recommended {
  background: #328908;
}

.q-r-badge-colr-2 {
  background: #245941;
}

.q-r-badge-not-recommended {
  background: #d6062d;
}

.quiz-recommendations> .cus-badge {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.cus-result-plan-container {
  max-width: 1100px;
  margin: 0 auto;
}
.desktop_quiz_plan img{
  width:71px;
  object-fit:contain;
}
.cus-result-plan-container> .title {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'GothamMedium';
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.cus-result-plan-container> .title> .span {
  color: #4098c3;
}

.cus-result-plan-container> .title> .cus-span {
  background: #3894c1;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'GothamBold';
  min-width: 179px;
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
}

.cus-result-prod-cta {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
}

.cus-result-prod-cta> .link {
  cursor: pointer;
  font-family: 'GothamMedium';
  border-radius: 10px;
  background: #EFC062;
  color: #000;
  padding: 10px;
  min-height: 80px;
  min-width: 400px;
  display: inline-flex
;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
}

.quiz-result-last-section {
  text-align: center;
  padding-top: 10px;
}

.quiz-result-last-section> .mini-heading {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'GothamMedium';
  padding-bottom: 15px;
}

.cus-quiz-result-email {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
}

.input-with-cta {
  text-align: left;
}

.cus-quiz-form {
  width: 100%;
  display: flex;
}

.cus-quiz-form> .email-input {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

  border: 2px solid #3894c1;
  min-height: 62px;
  padding-left: 20px;
  border-right: 0;
  min-width: 375px;
  font-size: 16px;
  color: #000;
}

.cus-quiz-form> .email-input::placeholder {
  color: #000;
  font-family: 'GothamBold';
}

.cus-quiz-form> .submit-email {
  min-height: 44px;
  background: #3894c1;
  border: 1px solid #3894c1;
  margin-left: 0px;
  border-left: 0;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
    border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: 'GothamBold';

}

.plan-for-different-dog> .link {
  cursor: pointer;
  color: #000;
  padding-bottom: 6px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
  display: inline-block;
  border-bottom: 3px solid #3894C1;
}

.mini-heading-img-mbl {
  display: none;
}
.cust_quiz_para {
  font-weight: 500;
}
.quiz_meal_heading {
  font-size:50px;
  line-height: 60px;
  color:#6ABAE2;
  font-family:'GothamBold';
  position: absolute;
  top: -38px;
  background: #fff;

  padding: 0px 40px;
  left: 50%;
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%, 0%);
}
.Quiz_card_Border {
  border:5px solid #6ABAE2;
  position:relative;
  border-radius:25px;
  padding:0px 44px 44px 44px;
 margin-top:70px

 
 } 
 .Quiz_topper_card_Border {
  border:5px solid #E99258;
  position:relative;
  border-radius: 25px;
  padding:0px 44px 44px 44px;
  margin-top:70px
}



 .quiz_topper_heading1 {
  font-size:50px;
  line-height: 60px;
  color:#E99258;
  font-family:'GothamBold';
  position: absolute;
  top: -38px;
  background: #fff;
  left: 50%;
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%, 0%);
  padding: 0px 40px;
}


/* .quiz_pet_name {
  font-size:50px;
  line-height:60px;
  color:#6ABAE2;
  font-family:'Gotham';
  margin-right:20px;
  text-transform:uppercase

} */
.quiz_name {
  font-size:50px;
  line-height:60px;
  color:#6ABAE2;
  font-family:'Gotham';
  text-transform:uppercase;
  width: 250px;
  text-align:right;
  margin-right:15px;

}
.cust_topper_plan .quiz_name {
  color:#E99258;


}
.quiz_plan_para_text {
font-size:25px;
line-height:30px;
font-weight:500;
font-family:'Gotham';
margin-left:15px;
}
.dol_sign {
  font-size:25px;
 line-height:30px;
 font-weight:500;
  color:#6ABAE2;

 font-family:'Gotham';
} 
.quiz_price_per_day {
  font-size:25px;
  line-height:30px;
  color:#6ABAE2;

  font-weight:500;
  font-family:'Gotham';
} 

.topper_quiz_price_per_day{
  font-size:25px;
  line-height:30px;
  color: #e99358;

  font-weight:500;
  font-family:'Gotham';
}

.day_styl {
  font-size:25px;
  line-height:30px;
  font-weight:500;
  font-family:'Gotham';
}
.cust_topper_plan {
margin-top:46px;

}
.cust_topper_plan .dol_sign {
color:#E99258;
}

.cust_topper_plan .quiz_price_per_day {
  color:#E99258;
}
/* .cust_topper_plan   .quiz_pet_name {
  color:#E99258;
  margin-right:0px;

} */
.mobile_res_plan {
  display:none;
}
.cust_m_plan_text {
  font-size:30px;
  line-height:35px;
  color:#6ABAE2;
  font-weight: 700;
  font-family:'GothamBold';
  min-width:127px;
  text-align: right;
  margin-right:10px;

}
.cust_topper_plan .cust_m_plan_text {
  color:#E99258
}

.quiz_not_recommended_recipe_img_two {
  
  width:108px
  } 
  .quiz_not_recommended_recipe_img_one {
    width:108px

  }
.quiz_recommended_recipe_img {
  width:108px

}



@media only screen and (max-width: 798px) {
  .desktop_quiz_plan {
    display:none !important;
  }

  .quiz-product-image{
    width: 127px;
  }
  .quiz_recommended_recipe_img {
    width:127px
  
  }
.quiz_not_recommended_recipe_img_two {
  width:127px;
}
.quiz_not_recommended_recipe_img_one {
  width:127px

}
  
   .quiz_meal_heading {
    font-size:40px;
    line-height:48px;
    padding: 0px 20px;
    top:-32px;
  } 
  .quiz_topper_heading1 {
    padding:0px 20px;
    font-size:40px;
    top:-32px;
    line-height:48px;
  }
  .quiz_meal_heading  {
    padding:0px 20px;
  }


  .Quiz_card_Border {
    margin-left:14px;
    margin-right:13px;
  padding:0px 18px 20px 22px

  } 
  .Quiz_topper_card_Border {
  margin-left:14px;
  margin-right:13px;
  padding:0px 18px 20px 22px
}
.quiz-result-header-mobile {

  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top:55px;
} 

.quiz-result-header-desktop {
  display: none !important;
}

.nextrition-for-days {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.nextrition-days-card {
  width: 100%;
  justify-content: center;
  min-height: 195px;
}

.nextrition-days-card> .image {
  display:block;
  max-width:52px;
}

.nextrtion-card-bg-1 {

  border-top-right-radius:10px;
  border-top-left-radius:10px;
  border-bottom-left-radius: 0px;
}
.nextrition-days-card> .text {
  margin-bottom: 70px;
  font-size: 20px;
    line-height: 28px;
    max-width: 260px;
    font-family: 'GothamMedium';
    font-weight: 700;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
}

.nextrtion-card-bg-3 {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.quiz-page-header> .title {
  font-size:35px;
  line-height:42px;
}
.cust_quiz_para {
  font-weight: 400;
  padding:0px 26px;
}
.cus-accordion-res {
  padding:0px 30px 0px 40px;
  
}
.product-card-quiz {
  padding:0px 30px 0px 40px
}
.cus-rec-prod-border-colr-chicken {
  border-radius:4px;
}
.cus-rec-prod-border-colr-salmon {
  border-radius:4px;

} 
.cus-rec-prod-border-colr-lamb {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-right-radius: 0px;


}
.quiz-recommendations {
  font-size:14px;
  line-height:17px;
  min-height:31px;
}
.quiz-product-details> .title {
  max-width:180px;
  margin: 0 auto;
  margin-top:19px;
  margin-bottom:19px;
}
.cus-result-prod-cta> .link {
  min-width:301px;
  min-height:55px;
  font-size:15px;
  line-height:18px;
}
.mobile_res_plan {
  flex-direction:column;
  display:flex;
  margin-left:10px;
  margin-right:7px;
  margin-bottom:26px;
}

.quiz_res_plan_mob_flx {
  display: flex;
      margin-top: 40px;
      border-radius: 15px;
      border: 2px solid #ECF6FF;
      padding: 20px;
      width:100%;
      background-color: #ECF6FF;
  
}

.mob_q_par {
  padding:25px 0px 0px 20px;
}
.mobile_res_plan_topper .quiz_res_plan_mob_flx {
  background-color:  #F7EFE9;
 }
.mobile_q_plan_head {
text-align:center;
}
.mobile_res_plan_img_div {
  width:40%;
  display:flex;
  align-items: center;
  justify-content: center;
}
.quiz_res_plan_spn_btn_div {
  width:60%;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.quiz_res_plan_spn_btn_div > div {
  margin-bottom:15px
}
.quiz_plan_para_text {
  font-size:20px;
  margin-left:0px;
}
.dol_sign {
  font-size:20px;

}


.mobile_res_plan_topper .dol_sign {
  color:#C16A38;
  }
  .mobile_res_plan_topper .quiz_price_per_day {
  color:#C16A38;
  
  }
.quiz_price_per_day {
  font-size:20px;

}
.day_styl {
  font-size:20px;

}
.cust_m_plan_text {
  font-size:40px;
  line-height:48px;
  text-align:center;
  margin-right:0px;
}

.quiz-result-header-mobile-inner img {
  max-width:50px
}
.quiz_card_image_mob_size {
  max-width:52px
}

.resAccordion {
  font-size:20px;
  padding: 10px 16px;
  line-height:24px;
}
.resAccordion:after {
  margin-left:10px;
} 
.mini-heading-img-mbl {
  max-width:24px;
}
.mobile_res_plan_img_div img {
  max-width:70px
}
.cus_q_m_sp_fs {
  font-size:20px;
  line-height:24px;
}
}
@media(max-width:420px)  {
  .quiz_plan_para_text {
    font-size: 18px;
  }
  .cus_q_m_sp_fs {
    font-size:18px;
    line-height:22px;
  }
}
@media only screen and (max-width: 480px) {
.cus-accordion-res {
  max-width: 100%;
  margin-top: 20px;
}

.quiz-recommendations {
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}
.cus-quiz-form {
  max-width:304px;
}
.product-card-quiz> .inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  padding-bottom: 25px;
}

.cus-result-plan-container {
  padding-top: 10px;
}

.cus-result-plan-container> .title {
  line-height: 1.4;
}

.cus-result-plan-container> .title> .cus-span {
  margin-top: 16px;
}

.cus-result-prod-cta {
  padding-top: 0;
}

.quiz-result-last-section> .mini-heading {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: left;
  gap: 20px;
  font-family: 'GothamMedium';
  font-size:18px;
}

.mini-heading-img-mbl {
  display: inline-block;
}

.cus-quiz-result-email> .image {
  display: none;
}

.cus-quiz-form> .email-input {
  min-width: 120px;
}

.product-card-quiz> .image {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -1px;
}

.quiz-product-details> .paragraph {
  padding-bottom: 10px;
}

.cus-quiz-form> .email-input {
  font-size: 14px;
}
}

@media only screen and (max-width: 340px) {
.cus-quiz-form> .submit-email {
  padding: 0px;
  width: 50%;
}
}

@media only screen and (max-width: 480px) {
#one-time-purchase {
  margin-left: 0;
}

.product-price-main {
  margin-left: 0;
}
}

.scroll-jump-cta {
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
}

.scroll-jump-cta.lamb {
  color: #5AAAA2;
}

.scroll-jump-cta.chicken {
  color: #E8B853;
}

.scroll-jump-cta.fish {
  color: #F08584;
}

.scroll-jump-cta.beef {
  color: #B9182A;
}

/* REVAMP */
/* HOMEPAGE */
.cus-banner-content {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding-top: 120px;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.home-banner-abs-img-1 {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}



.home-banner-abs-img-2 {
  position: absolute;
  bottom: -16%;
  z-index: 0;
}

.home-banner-abs-img-1> .image {
  max-width: 950px;
  position: absolute;
  bottom: -120px;
  width: 100%;
}

.cus-banner-content> .inside {
  max-width: 500px;
  padding-top: 70px;
}

.cus-banner-content> .inside> .title {
  font-size: 36px;
  font-family: 'GothamMedium';
  color: #ffff;
  line-height: 48px;
  text-align: center;
  margin-bottom: 30px;
}

.cus-banner-content> .inside> .paragraph {
  font-family: "GothamMedium";
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.banner-cta {
  text-align: center;
}

.cus-cta {
  display: inline-flex;
  max-width: 222px;
  background: #EFC062;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: 'GothamMedium';
  font-size: 15px;
  line-height: 18px;
  padding: 15.5px 0;
  width: 100%;
}

/* SEE THE DIFFERNECE RV */
.custom--container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 22px;
}

.see-the-difference-content {
  display: flex;
  padding-bottom: 40px;
  padding-top: 100px;
  justify-content: space-between;
}

.see-the-difference-content> .text-with-image {
  width: 51%;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  max-width: 650px;
  margin-right: 0 !IMPORTANT;
  margin: 0 auto;
}

.see-the-difference-content> .text-with-image> .paragraph {
  font-family: 'GothamMedium';
  font-size: 22px;
  line-height: 26px;
}

.see-the-difference-content> .text-with-image> .below-text-image {
  display: flex;
  justify-content: flex-end;
  margin-right: -150px;
}

.see-the-difference-content> .video-with-image {
  width: 49%;
  padding-left: 70px;
}

.see-the-difference-content> .video-with-image> .inner {
  position: relative;
  margin-top: -315px;
  z-index: 1;
}

.see-the-difference-content> .video-with-image> .inner> .desktop-image {
  display: block;
}

.see-the-difference-content> .video-with-image> .inner> .mobile-image {
  display: none;
}

.play-button-for-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.below-text-image> .desktop-image {
  display: block;
  max-width: 570px;
}

.below-text-image> .moible-image {
  display: none;
}

/* AS SEEN ON */
.as-see-on-section {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin-bottom: -90px;
  position: relative;
}

.as-see-on-section> .left-side-heading {
  width: 20%;
  padding-bottom: 20px;
}

.as-see-on-section> .left-side-heading> .heading {
  font-size: 35px;
  line-height: 42px;
  color: #3894C1;
  font-weight: 500;
}

.right-side-logos {
  width: 100%;
  display: flex;
}

.cus-flex-logo {
  width: 25%;
  padding-right: 30px;
}

.cus-flex-logo> .cus--cta {
  display: inline-block;
}

.cus-flex-logo> .cus--cta> .image {
  max-width: 190px;
  width: 100%;
  max-height: 190px;
  height: 100%;
  border-radius: 50%;
}

/* DIGESTIVE HEALTH RV */
.digestive-health-important  {
  padding-top: 170px;
}

.digestive-health-important> .heading {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  line-height: 64px;
}

.digestive-card-layout-desktop {
  padding-top: 60px;
  display: flex;
  justify-content: center;
}

.digestive-card-layout-mobile {
  display: none;
}

.health-card-1 {
  box-shadow: 0px 8px 8px 0px #00000026;
  background: #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-right: 25px;
}

.card-text-1 {
  width: 100%;
  padding: 40px;
}

.card-text-1> .title {
  font-size: 20px;
  line-height: 24px;
  color: #3894C1;
  font-weight: 700;
}

.card-text-1> .text {
  font-size: 15px;
  line-height: 18px;
  color: #808080;
}

.health-card-2 {
  position: relative;
  width: 30%;
  box-shadow: 0px 8px 8px 0px #00000026;
  background: #fff;
  display: flex;
  flex-direction: column-reverse;
  margin-right: 25px;
}

.card-image-2 {
  text-align: center;
  margin-bottom: -102px;
}


.card-text-2 {
  width: 100%;
  padding: 40px;
}

.card-text-2> .title {
  font-size: 20px;
  line-height: 24px;
  color: #3894C1;
  font-weight: 700;
}

.card-text-2> .text {
  font-size: 15px;
  line-height: 18px;
  color: #808080;
}

.health-card-3 {
  width: 30%;
  box-shadow: 0px 8px 8px 0px #00000026;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.card-image-3 {
  text-align: right;
  margin-right: -33px !important;
  margin-top: -33px !important;
  max-width: 325px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.card-text-3 {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
}

.card-text-3> .title {
  font-size: 20px;
  line-height: 24px;
  color: #3894C1;
  font-weight: 700;
}

.card-text-3> .text {
  font-size: 15px;
  line-height: 18px;
  color: #808080;
}

.health-card-1> .card-image-1 {
  margin-top: -145px;
  max-width: 270px;
}

.digestive-health-below-images {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  max-width: 1450px;
  margin: 0 auto;
}

.digestive-health-below-images> .left-image {
  padding-left: 40px;
}

.digestive-health-below-images> .right-image {
  margin-top: -100px;
}

.digestive-health-below-images> .right-image> .just-mbl-image {
  display: none;
}

/* NEXTRITION COMPARISON */
.nextrition-comparison-content {
  padding: 40px 0;
}

.nextrition-comparison-content> .section--header {
  text-align: center;
  padding: 0 20px;
}

.nextrition-comparison-content> .section--header> .title {
  font-size: 40px;
}

.comparison-side {
  display: flex;
  justify-content: flex-end;
  padding-top: 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.comparison-side> .for-desktop {
  padding-left: 80px;
}

.comparison-cta {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  padding-bottom: 20px;
}

.pet-treat-header {
  font-size: 40px;
  line-height: 44px;
  max-width: 650px;
  margin: 0 auto;
}

.pet-treat-para {
  font-size: 22px;
  max-width: 900px;
  padding: 40px 0;
  margin: 0 auto;
}

.desktop-logos {
  display: block;
}

.mobile-logos {
  display: none;
}

.leading-vet-header {
  text-align: center;
  padding-top: 60px;
}

.leading-vet-header> .title {
  max-width: 800px;
  font-size: 40px;
  line-height: 55px;
  margin: 0 auto;  
}

.leading-vet-body {
  display: flex;
  padding-top: 40px;
}

.leading-vet-body> .right-image-side {
  width: 50%;
  margin-left: 100px;
}

.leading-vet-body> .right-image-side> .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: visible;
}

.leading-vet-arrow-svg {
  margin-left: -100px;
}

.leading-vet-body> .left-text-side {
  width: 50%;
  padding-bottom: 40px;
}

.leading-vet-paragraph> p {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  font-style: italic;
}

.leading-vet-name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 70px;
}

/* PERSONALIZED PLAN */
.personalized-plan-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.personalized-plan-header> .header-title {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  padding: 0 20px;
}

.personalized-plan-body {
  display: flex;
  align-items: flex-end;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.plan-card-1 {
  width: 33%;
  z-index: 1;
}

.plan-card-2 {
  width: 33%;
  z-index: 1;
  margin-left: -30px;
}

.plan-card-3 {
  width: 33%;
  z-index: 1;
  margin-left: -10px;
}

.cus-personalized-plan-abs-img {
  position: absolute;
  top: 72%;
  left: 60%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.card--image> .image {
  display: block;
}

.cus-personalized-plan-abs-img> .image {
  max-width: 420px;
  width: 100%;
}

.card--details {
  background: #fff;
  width: 215px;
  height: 190px;
  border-radius: 20px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin: 0 auto;
}

.card--details> .name {
  font-family: 'GothamBold';
}

.card--details> .age-weight {
  font-size: 15px;
  line-height: 18px;
}

.card--details> .starting-at {
  font-size: 15px;
  line-height: 18px;
}

.card--details> .price {
  font-family: 'GothamBold';
}

.plan-card-1> .card--inner> .card--image {
  max-width: 250px;
}

.plan-card-1-svg-1 {
  width: 215px;
  margin: 0 auto;
  margin-top: -2px !important;
  margin-bottom: -10px;
}

.plan-card-2-svg-2 {
  width: 185px;
  margin: 0 auto;
  margin-top: -2px;
  margin-bottom: -150px;
}

.plan-card-3> .card--inner> .card--details {
  margin-right: 40px;
}

.plan-card-3-svg-3 {
  margin: 0 auto;
  max-width: 222px;
  margin-bottom: -200px;
  float: right;
  margin-right: 60px;
  margin-top: -2px;
}

.plan-card-2> .card--inner> .card--image {
  max-width: 300px;
}

.plan-card-3> .card--inner> .card--image {
  max-width: 450px;
}

/* GET STARTED RV */
.get-started-body {
  display: flex;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.get-started-body-mobile {
  display: none;
}

.get-started-body> .left-side-text {
  width: 30%;
}

.get-started-body> .right-side-text-with-image {
  width: 70%;
  display: flex;
}

.left-side-text> .cus--heading {
  font-size: 40px;
  line-height: 55px;
}

.left-side-text> .paragraph {
  padding-top: 48px;
}

.left-side-text> .paragraph> p {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 40px;
}

.left-side-text> .paragraph> p> strong {
  font-size: 20px;
  font-family: 'GothamBold';
}

.left-side-text> .get-started-btn {
  padding-top: 40px;
  padding-bottom: 20px;
}

.cus--cta-1 {
  font-size: 15px;
  line-height: 18px;
  color: #49A5A0;
  border: 3px solid #51A6A0;
  border-radius: 10px;
  padding: 15px 25px;
  font-weight: 700;
  display: inline-flex;
  min-width: 173px;
  min-height: 54px;
  justify-content: center;
  align-items: center;
}

.get-started-main-image {
  width: 70%;
  position: relative;
  bottom: -32px;
}

.get-started-main-paragraph {
  width: 30%;
}

.get-started-main-paragraph> .small-title-1 {
  font-size: 25px;
  line-height: 30px;
  color: #85C0BD;
  font-weight: 700;
}

.get-started-main-paragraph> .small-title-2 {
  font-size: 25px;
  line-height: 30px;
  color: #62B3AE;
  font-weight: 700;
}

.get-started-main-paragraph> .small-title-3 {
  font-size: 25px;
  line-height: 30px;
  color: #49A5A0;
  font-weight: 700;
}

.get-started-btn-1 {
  padding-top: 90px;
  padding-bottom: 40px;
}

.cus--cta-2 {
  background: #85C0BD;
  max-width: 222px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  padding: 18.5px 5px;
  font-weight: 500;
}

.get-started-image-slider {
  width: 100%;
}

.footer-below-logo> .footer-below-img {
  max-width: 550px;
}

.cold-banner-content {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 150px;
  padding-right: 22px;
  padding-left: 22px;
}

.cold-banner-content> .banner-text-content {
  width: 50%;
}

.cold-banner-content> .banner-text-content> .title {
  font-size: 50px;
  max-width: 500px;
  line-height: 55px;
  color: #fff;
}

.cold-banner-content> .banner-text-content> .paragraph {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  max-width: 500px;
  z-index: 1;
  position: relative;
}

.cold-banner-content> .banner-image-content {
  width: 50%;
  position: relative;
}

.banner-image-content> .cold-pressed-absol-img-1 {
  position: absolute;
  transform: translate(-55%, -50%);
  bottom: -33%;
}

.banner-image-content> .cold-pressed-absol-img-2 {
  position: absolute;
  right: -15px;
}

.video-comparison-banner {
  margin-top: 170px;
  padding: 20px;
  background: #fff;
  border-radius: 40px;
  position: relative;
}

.abs-svg-banner-1 {
  position: absolute;
  left: -20px;
  top: -20px;
}

.abs-svg-banner-2 {
  position: absolute;
  right: -10px;
  top: -30px;
}

@media only screen and (max-width: 798px) {
.cus-banner-content {
  padding: 0 20px;
  align-items: center;
  justify-content: center;
}

.home-banner-abs-img-1 {
  display: none;
}

.home-banner-abs-img-2 {
  display: none;
}
  
.cus-banner-content> .inside> .title {
  font-size: 40px;
  line-height: 48px;
}

.cus-banner-content> .inside {
  padding-top: 220px;
}

.cus-banner-content> .inside> .paragraph {
  font-size: 14px;
  line-height: 18px;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* SEE THE DIFFERENCE */
.see-the-difference-content {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.see-the-difference-content> .text-with-image {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.see-the-difference-content> .text-with-image> .paragraph {
  font-size: 16px;
  line-height: 19px;
  padding-top: 20px;
}

.see-the-difference-content> .text-with-image> .below-text-image {
  position: relative;
  margin-right: 0;
  margin-top: -100px;
  justify-content: flex-start;
}

.see-the-difference-content> .video-with-image {
  width: 100%;
  padding-left: 0;
}

.see-the-difference-content> .video-with-image> .inner {
  margin-top: -210px;
  z-index: 0;
}

.see-the-difference-content> .video-with-image> .inner> .desktop-image {
  display: none;
}

.see-the-difference-content> .video-with-image> .inner> .mobile-image {
  display: block;
}

.below-text-image> .desktop-image {
  display: none;
}

.below-text-image> .moible-image {
  display: block;
  width: 70%;
  margin-left: 20px;
}

.pet-treat--title {
  font-size: 25px !important;
  line-height: 34px !important;
  text-align: left !important;
  padding: 0 !important;  
}

.pet-treat-para {
  font-size: 16px;
  text-align: left;
  line-height: 19px;
  padding-bottom: 0;
}

/* NEXTRITION COMPARISON  */
.nextrition-comparison-content> .section--header> .title {
  font-size: 25px;
}

.comparison-side {
  justify-content: center;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.comparison-cta {
  text-align: center;
  padding-top: 30px;
}

.pet-treat-mobile-layout {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  justify-content: flex-start;
}

.cus-flex-shrink-0 {
  flex-shrink: 0;
}

.pet-treat-mobile-layout::-webkit-scrollbar {
    display: none;
}

/* AS SEEN ON */
.as-see-on-section {
  flex-wrap: wrap;
  margin-bottom: -58px;
}

.as-see-on-section> .left-side-heading {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.as-see-on-section> .left-side-heading> .heading {
  font-size: 20px;
  padding-bottom: 20px;
}

.desktop-logos {
  display: none;
}

.mobile-logos {
  display: block;
}

.cus-flex-logo {
  width: 34%;
  padding-right: 15px;
}

.is-width-100-mbl {
  width: 90%;
  margin: 0 auto;
}

/* DIGESTIVE HEALTH */
.digestive-card-layout-desktop {
  display: none;
}

.digestive-card-layout-mobile {
  display: block;
}

.health-card-1 {
  width: 100%;
  min-height: 480px;
  margin-right: 20px;
}

.health-card-2 {
  width: 100%;
  min-height: 480px;
  margin-right: 20px;
}

.health-card-3 {
  width: 100%;
  min-height: 480px;
  margin-right: 0;
}

.card-image-3 {
  margin-right: 0px;
}

.digestive-health-important> .heading {
  font-size: 25px;
  line-height: 36px;
  color: #fff;
}

.digestive-carousel {
  margin-top: 85px;
}

.moible-card-image-1> .image-1 {
  width: 100%;
  height: 100%;
}

.mobile-health-card-1 {
  width: 100%;
  margin-right: 15px;
}

.mobile-health-card-2 {
  width: 100%;
  margin-right: 15px;
}

.mobile-health-card-3 {
  width: 100%;
}

.moible-card-text-1 {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-top: -10px !important;
  width: 97.3%;
  margin: 0 auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.moible-card-text-1> .title {
  font-size: 20px;
  line-height: 24px;
  color: #3894C1;
  font-weight: 700;
}

.moible-card-text-1> .text {
  font-size: 15px;
  line-height: 18px;
  color: #808080;
}

.moible-card-text-2 {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  width: 98.8%;
  margin-bottom: -5px !important;
  margin-left: 1px !important;
  margin: 0 auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}  

.moible-card-image-2 {
  width: 99%;
}

.moible-card-text-2> .title {
  font-size: 20px;
  line-height: 24px;
  color: #3894C1;
  font-weight: 700;
}

.moible-card-text-2> .text {
  font-size: 15px;
  line-height: 18px;
  color: #808080;
}

.moible-card-text-3 {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-top: -10px !important;
  width: 89.3%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
  
.moible-card-text-3> .title {
  font-size: 20px;
  line-height: 24px;
  color: #3894C1;
  font-weight: 700;
}

.moible-card-text-3> .text {
  font-size: 15px;
  line-height: 18px;
  color: #808080;
}

.digestive-health-important {
  padding-top: 120px;
}

.digestive-health-below-images {
  margin-bottom: 40px;
}

.left-image {
  margin-top: -60px;
}

.digestive-health-below-images> .right-image {
  margin-top: -590px;
}

.digestive-health-below-images> .right-image> .image {
  display: none;
}

.digestive-health-below-images> .right-image> .just-mbl-image {
  display: block;
}

/* LEADING VET */
.leading-vet-header> .title {
  font-size: 25px;
  line-height: 34px;
  max-width: 400px;
  text-align: left;
  margin-left: 0;
}

.leading-vet-body {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.leading-vet-body> .right-image-side {
  width: 100%;
  margin-left: 0;
}

.leading-vet-body> .left-text-side {
  width: 100%;
  padding-bottom: 0;
}

.why-us-banner-RV> .body-inside {
  padding-top: 20px ! IMPORTANT;
}

.leading-vet-arrow-svg {
  margin-left: 0;
}

.leading-vet-paragraph {
  padding-top: 20px;
  font-style: italic;
}

.leading-vet-paragraph> p {
  font-size: 16px;
  line-height: 19px;
}

.leading-vet-name {
  font-size: 16px;
  line-height: 19px;
  margin-top: 40px;
}

/* FLICKITY ARROWS ("AS SEEN ON SECTION") */
.main-carousel> .flickity-prev-next-button.previous {
  background: transparent !important;
  opacity: 1 !important;
  left: -40px !important;
}

.main-carousel> .flickity-prev-next-button.previous> .flickity-button-icon {
  fill: #3894C1 !important;
}

.main-carousel> .flickity-prev-next-button.next {
  background: transparent !important;
  opacity: 1 !important;
  right: -40px !important;
}

.main-carousel> .flickity-prev-next-button.next> .flickity-button-icon {
  fill: #3894C1 !important;
}

/* PERSONALIZED PLAN */
.personalized-plan-header> .header-title {
  font-size: 25px;
  line-height: 23px;
}
  
.personalized-plan-body {
  flex-wrap: wrap;
}

.plan-card-1 {
  width: 100%;
}

.plan-card-1> .card--inner> .card--details {
    margin-right: 50px;
    font-size: 14px;
    width: 155px;
    padding: 20px 15px;
    height: 140px;
}

.card--details> .age-weight {
  font-size: 12px;
}

.card--details> .starting-at {
  font-size: 12px;
}

.plan-card-1> .card--inner> .card--image {
  max-width: 80%;
}

.plan-card-1-svg-1 {
  margin-right: 0 !important;
}

.plan-card-2 {
  width: 100%;
  margin-top: 40px;
  margin-left: 0px;
}

.plan-card-3 {
  width: 100%;
  padding-top: 40px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.cus-personalized-plan-abs-img {
  top: 95%;
  left: 50%;
}

.plan-card-3-svg-3 {
  margin-top: -3px;
  margin-right: 15px;
}

.plan-card-3> .card--inner> .card--details {
  margin-right: 0;
  font-size: 14px;
  width: 178px;
  padding: 20px 15px;
  height: 156px;
}

.plan-card-3> .card--inner> .card--image {
  max-width: 100%;
  /* margin-top: -230px; */
} 



/* GET STARTED RV */
.get-started-body {
  display: none;
}

.get-started-body-mobile {
  display: block;
  padding-top: 60px;
}

.get-started-body-mobile> .left-side-text:nth-child(1) {
  padding-bottom: 40px;
}

.get-started-body-mobile> .left-side-text> .cus--heading {
  text-align: right;
  margin: 0 auto;
  margin-right: 0;
}

.get-started-body-mobile> .left-side-text:first-child> .paragraph {
  text-align: right;
}

.get-started-body-mobile> .left-side-text > .paragraph {
  max-width: 380px;
  margin: 0 auto;
  margin-right: 0 !important;
}

.get-started-body> .left-side-text {
  width: 100%;
}

.left-side-text> .cus--heading {
  font-size: 25px;
  line-height: 34px;
  max-width: 270px;
}

.left-side-text> .paragraph {
  padding-top: 20px;
}

.left-side-text> .paragraph> p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}

.left-side-text> .paragraph> p> strong {
  font-size: 16px;
  line-height: 19px;
}

.left-side-text> .get-started-btn {
  padding: 20px 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.left-side-text> .get-started-btn> .cus--cta-1 {
  width: 255px;
}

.get-started-body> .right-side-text-with-image {
  width: 100%;
  flex-wrap: wrap;
}

.get-started-main-image {
  width: 100%;
}

.get-started-main-paragraph {
  width: 100%;
}

.get-started-main-paragraph> .small-title-1 {
  padding-top: 20px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 20px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 20px;
}

.get-started-btn-1 {
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}

.footer-below-logo> .footer-below-img {
  display: none;
} 
}


/* READY TO FLIP */
.ready-to-flip-background-image> .header-for-title {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

.ready-to-flip-background-image> .header-for-title> .cus-heading {
  font-size: 40px;
  line-height: 68px;
  color: #fff;
  margin-bottom: 40px !important;
  max-width: 550px;
  margin: 0 auto;
}

.ready-to-flip-background-image> .header-for-title> .cus-paragraph {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
}

.ready-to-flip-image {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}

.ready-to-flip-image> .desktop-image {
  display: block;
  position: absolute;
  /* margin-top: 85px; */
}

.ready-to-flip-image> .mobile-image {
  display: none;
}

@media only screen and (max-width: 780px){
/* ABOUT COLD PRESSED BANNER RV */
.cold-banner-content {
  flex-wrap: wrap;
  padding-top: 100px;
}

.cold-banner-content> .banner-text-content {
  width: 100%;
}

.cold-banner-content> .banner-image-content {
  width: 100%;
}

.cold-pressed-banner-img-mobile {
  margin-bottom: 200px;
}

.video-comparison-banner {
  margin-top: 120px;
  margin-bottom: -175px;
  position: relative;
  z-index: 1;
}

.cold-banner-content> .banner-text-content> .title {
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 40px ! IMPORTANT;
  max-width: 350px;
  margin: 0 auto;
}
  
.ready-to-flip-background-image> .header-for-title {
  padding-top: 40px;
}
  
.ready-to-flip-background-image> .header-for-title> .cus-heading {
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  max-width: 300px;
  margin-bottom: 25px !important;
  margin-left: 0;
}

.ready-to-flip-background-image> .header-for-title> .cus-paragraph {
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  padding-left: 0;
}

.ready-to-flip-image {
  width: 100%;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
} 

.plan-card-2> .card--inner> .card--image {
  max-width: 100%;
}

}

@media only screen and (max-width: 480px){
.ready-to-flip-image> .desktop-image {
  display: none;
}

.ready-to-flip-image> .mobile-image {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}  
}

/* NEXTRITION VS RAW FOOD */
.nextrition-vs-rawfood-uper-part> .cus-header {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

.nextrition-vs-rawfood-uper-part> .cus-header> .cus--heading {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 40px;
}

.nextrition-vs-rawfood-uper-part> .cus-header> .cus--text {
  font-size: 20px;
  line-height: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.comparison-of-raw-vs-nextrition> .inner-side {
  display: flex;
  gap: 45px;
  align-items: flex-end;
  padding-bottom: 65px;
}

.comparison-block {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comparison-block> .image-side> .mobile-image {
  display: none;
}

.comparison-block> .image-side> .desktop-image {
  display: block;

}



.comparison-block> .text-side> .paragraph {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #000;
  margin-top: 35px;
  max-width: 250px;
  font-weight: 700;
}
@media only screen and (max-width: 841px) {
  .comparison-block> .text-side> .paragraph {
    font-size: 20px;
    line-height: 24px;
  }
}

.nextrition-vs-raw-food-footer-images> .inner> .desktop-image {
  display: block;
}

.nextrition-vs-raw-food-footer-images> .inner> .mobile-image {
  display: none;
}

.nextrition-vs-raw-food-footer-images> .inner> .cus--text {
  font-size: 18px;
  line-height: 21px;
  display: none;
}

.nextrition-vs-raw-food-footer-images {
  padding-bottom: 40px;
  margin: 0 auto;
}

.cus-raw-footer-body-1 {
  background: #F48161;
  min-height: 99px;
  border-radius: 0px 100px 100px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 230px;
  margin-bottom: 60px;
  max-width: 1800px;
}

.cus-raw-footer-body-1> .text-with-img-1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}

.cus-raw-footer-body-1> .text-with-img-1> .small-text {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  max-width: 650px;
  margin-right: 40px;
  padding: 20px;
}

.cus-raw-footer-body-2 {
  padding-left: 78px;
}

.cus-raw-footer-body-2> .text-with-img-2 {
  background: #ECA597;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 99px;
  position: relative;
  margin-bottom: 50px;
}

.cus-raw-footer-body-2> .text-with-img-2> .desktop-image {
  position: absolute;
  left: -58px;
  top: 55px;
  z-index: -1;
}

.cus-raw-footer-body-2> .text-with-img-2> .text-para {
  font-size: 20px;
  line-height: 24px;
  padding: 25px 50px;
  padding-right: 20px;
  max-width: 1500px;
  margin: 0 auto;
  margin-left: 0;
}

.cus-raw-footer-body-3 {
  padding-top: 60px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.text-with-img-3-desktop {
  background-color: #F2C4B8;
  border-radius: 0 100px 100px 0;
  min-height: 99px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  margin-right: 30px;
}


.text-with-img-3-desktop> .cus--text {
  font-size: 20px;
  line-height: 24px;
  max-width: 900px;
  width: 100%;
  padding-right: 75px;
  text-align: right;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* PERSONALIZED MEAL PLAN */
.personalized-meal-plan-rv> .cus-flex-box {
  display: flex;
  padding: 0 40px;
  align-items: center;
}

.meal-image-content-side {
  width: 40%;
}

.meal-image-content-side> .desktop-image {
  display: block;
  max-width: 660px;
  margin-bottom: -78px;
}

.meal-image-content-side> .mobile-image {
  display: none;
}

.meal-text-content-side {
  width: 60%;
  text-align: right;
  max-width: 900px;
}

.meal-text-content-side> .text-heading {
  color: #fff;
  font-size: 40px;
  line-height: 58px;
  padding-bottom: 60px;
  max-width: 600px;
  margin-right: 0 !important;
  margin: 0 auto;
}

.meal-text-content-side> .text-paragraph {
  max-width: 470px;
  margin: 0 auto;
  margin-right: 0 !important;
}

.meal-text-content-side> .text-paragraph> p {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 60px;
}

.personalized-meal-plan-cta> .cus-cta {
  background: #3894C1;
  color: #fff;
}

.meal-plan-cta-mobile {
  display: none;
}

.personalized-meal-plan-rv {
  padding-top: 40px;
}

.nextrition-vs-raw-food-footer-images> .cus--text {
  display: none;
}

.cus-raw-footer-body-3-mobile {
  display: none;
}

@media only screen and (max-width: 798px) {
.comparison-block> .image-side> .mobile-image {
  display: block;
}

.comparison-block> .image-side> .desktop-image {
  display: none;
}

.nextrition-vs-rawfood-uper-part> .cus-header> .cus--heading {
  font-size: 25px;
  line-height: 34px;
  text-align: right;
  max-width: 200px;
  margin: 0 auto;
  margin-right: 0;
  margin-bottom: 20px;
}

.nextrition-vs-rawfood-uper-part> .cus-header> .cus--text {
  font-size: 18px;
  line-height: 21px;
  text-align: right;
}

.comparison-of-raw-vs-nextrition> .inner-side {
  flex-wrap: wrap;
  gap: 30px;
}

.comparison-block {
  width: 100%;
  align-items: flex-end;
} 

.comparison-block> .text-side> .paragraph {
  text-align: right;
  padding-right: 15px;
  font-size: 15px;
  line-height: 18px;
  max-width: 200px;
  margin-top: 10px;
}

.comparison-cycle {
  align-items: flex-start !important;
}

.comparison-text-side> .comparison-paragraph {
  text-align: left !important;
  padding-left: 15px;
}
  
.nextrition-vs-rawfood-uper-part {
  padding: 0;
}

.nextrition-vs-rawfood-uper-part> .cus-header {
  padding-right: 15px;
  padding-left: 15px;
}

.nextrition-vs-raw-food-footer-images> .inner> .desktop-image {
  display: none;
}

.nextrition-vs-raw-food-footer-images> .inner> .mobile-image {
  display: block;
}

.nextrition-vs-raw-food-footer-images> .inner> .cus--text {
  display: block;
}

.cus-raw-footer-body-1 {
  margin-right: 35px;
  padding: 0;
  position: relative;
  min-height: 68px;
}

.cus-raw-footer-body-1> .text-with-img-1> .small-text {
  font-size: 12px;
  text-align: left;
  line-height: 14px;
  padding-left: 30px;
}

.cus-raw-footer-body-1> .text-with-img-1> .desktop-image {
  width: 50px;
}

.cus-raw-footer-body-1> .mobile-image {
  position: absolute;
  left: 20px;
  top: 50px;
  z-index: -1;
}

.nextrition-vs-raw-food-footer-images> .cus--text {
  font-size: 18px;
  line-height: 21px;
  padding: 30px 25px;
  display: block;
  padding-top: 50px;
}

.cus-raw-footer-body-1> .cus--text {
  padding-left: 40px;
  padding-top: 40px;
}

.cus-raw-footer-body-2> .cus--text {
  padding-right: 40px;
  padding-top: 40px;
}

.cus-raw-footer-body-2 {
  display: none;
}

.cus-raw-footer-body-3 {
  display: none;
}

.cus-raw-footer-body-3-mobile {
  display: block;
  position: relative;
  margin-top: 40px;
}

.text-with-img-3-mobile {
  background: #F48161;
  display: flex;
  align-items: center;
  max-width: 375px;
  position: relative;
  margin: 0 auto;
  margin-right: 0;
  width: 100%;
  border-radius: 100px 0 0 100px;
  padding: 10px;
  min-height: 68px;
}

.text-with-img-3-mobile> .cus--text {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: right;
  max-width: 200px;
  margin: 0 auto;
  margin-right: 0;
  padding-right: 20px;
}

.cus-raw-footer-body-3-mobile> .img1 {
  position: absolute;
  top: -42px;
  right: 20px;
  z-index: -1;
}

.cus-raw-footer-body-3-mobile> .text--para {
  font-size: 18px;
  line-height: 21px;
  padding: 30px 25px;
  display: block;
  padding-top: 40px;
}

.personalized-meal-plan-rv> .cus-flex-box {
  flex-direction: column-reverse;
  flex-wrap: wrap;
  padding: 0 15px;
}

.meal-image-content-side {
  width: 100%;
  position: relative;
}

.meal-text-content-side {
  width: 100%;
  padding-right: 0;
}

.meal-text-content-side> .text-heading {
  font-size: 25px;
  line-height: 30px;
  max-width: 300px;
  margin-right: 0 !IMPORTANT;
  margin: 0 auto;
  padding-bottom: 25px;
}

.meal-text-content-side> .text-paragraph> p {
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 25px;
}

.personalized-meal-plan-cta {
  display: none;
}

.meal-plan-cta-mobile {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.meal-image-content-side> .desktop-image {
  display: none;
}

.meal-image-content-side> .mobile-image {
  display: block;
  text-align: center;
  margin-top: -20px;
}  
}

/* FAQS */
.cus-faqs-title-rv {
  font-size: 40px !important;
  color: #000 !important;
  line-height: 48px !important;
  max-width: 400px;
  margin: 0 auto;
}

.cus-faq-bottom-text {
  max-width: 600px;
  margin: 0 auto;
}

.custom-faq-accordions-RV {
  max-width: 1000px !important;
}

.accordion-RV {
  background: #3894C1 !important;
  border-radius: 20px 20px 0px 20px;
  margin-bottom: 20px !important;
}

button.accordion {
  color: #fff !important;
  line-height: 21px !important;
  font-size: 18px !important;
}

.panel {
  background: #ECF6FF !important;
  border-bottom-left-radius: 20px !important;
  padding-left: 20px !important;
}

.cus-play-video-button {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-comparison-banner> .video-with-text-1 {
  border-radius: 20px;
}



.custom-accordions.accordion-RV .accordion:focus-visible,
.custom-accordions.accordion-RV .accordion:focus-within:focus-visible {
  /* Remove focus styles for the accordion button when the focus is visible */
  outline: none; /* or any other style to remove the outline */
}



.custom-accordions.accordion-RV .panel:focus-visible,
.custom-accordions.accordion-RV .panel:focus-within:focus-visible {
  /* Remove focus styles for the panel when the focus is visible */
  outline: none; /* or any other style to remove the outline */
}

.cold-pressed-delight-rv-header {
  text-align: center;
  padding-top: 60px;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.cold-pressed-delight-rv-header> .cus--heading {
  font-size: 40px;
  line-height: 55px;
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.cold-pressed-delight-rv-header> .cus--paragraph {
  font-size: 20px;
  line-height: 24px; 
}

.cold-pressed-delight-rv-body {
  display: flex;
  gap: 100px;
}

.kibble-delight {
  width: 50%;
  position: relative;
}
.kibble-delight-text-with--image-wrapper{
  display: flex;
  flex-direction: row-reverse;
}
.inside-kibble {
  background: #E7572F;
  border-radius: 50px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-right: 40px;
  padding-left: 45px;
}

.kibble-delight-heading {
  display: flex;
  align-items: center;
  margin-right: -10px;
  z-index: 1;
}

.kibble-delight-heading> .cus--title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}

.nextrition-delight {
  display: flex;
  width: 50%;
  position: relative;
}

.inside-nextrition {
  background: #3894C1;
  border-radius: 50px;
  display: flex;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-right: 60px;
  padding-left: 60px;
}

.delight-abs-img-1> .desktop-image {
  display: block;
  max-width: 290px;
}

.delight-abs-img-1-mobile {
  display: none;
}

.delight-abs-img-2> .desktop-image {
  display: block;
}

.delight-abs-img-2> .mobile-image {
  display: none;
}

.delight-abs-img-1 {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0px;
  z-index: 0;
  display: flex;
  align-items: center;
}


.delight-abs-img-1> .abs-img-text {
  font-family: 'Welcome-Drama';
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  position: relative;
  min-width: 470px;
}


.delight-abs-img-2 {
  position: absolute;
  bottom: -57px;
  left: 50px;
  z-index: 1;
}

.cold-pressed-delight-rv {
  padding-bottom: 80px; 
}



.kibble-delight-text-with--image> .paragraph-and-image> .cus--para {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 20px;
  max-width: 450px;
}

.nextrition-para> .cus--para {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 20px;
  max-width: 450px;
}


.kibble-delight-image {
  position: absolute;
  right: -30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.nextrition-delight-heading {
  display: flex;
  align-items: center;
  margin-left: -11px;
  z-index: 1;
}

.kibble-delight-text-with--image> .paragraph-and-image {
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
}

.kibble-delight-text-with--image> .paragraph-and-image> .image {
  position: absolute;
  right: -65px;
}

.nextrition-delight-heading> .cus--title {
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}

.nextrition-delight-text-with--image> .paragraph-and-image {
  display: flex;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
}

.nextrition-delight-text-with--image> .paragraph-and-image> .image {
  position: absolute;
  left: -90px;
}

.nextrition-delight-text-with--image> .paragraph-and-image> .cus--para {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 20px;
}

.nextrition-delight-text-with--image {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.kibble-delight-text-with--image {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 940px) {
  .delight-abs-img-1> .abs-img-text { 
    min-width: 320px;
  }
}
@media only screen and (max-width: 798px) {
.cold-pressed-delight-rv-header> .cus--heading {
  font-size: 25px;
  line-height: 34px;
  text-align: right;
  max-width: 315px;
  margin: 0 auto;
  margin-right: 0;
  padding-bottom: 60px;
}

.cold-pressed-delight-rv-header> .cus--paragraph {
  font-size: 18px;
  line-height: 21px;
  text-align: left;
}

.delight-abs-img-1> .desktop-image {
  display: none;
}

.delight-abs-img-1-mobile {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 35px;
}

.delight-abs-img-1-mobile> .abs-img-text {
  font-family: 'Welcome-Drama';
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  position: relative;
  margin-left: -30px;
  text-align: center;
  z-index: 1;
}

.delight-abs-img-1-mobile> .mobile-image {
  position: absolute;
}

.cold-pressed-delight-rv-body {
  flex-wrap: wrap;
  gap: 40px;
}

.kibble-delight {
  width: 92%;
  margin: 0 auto;

}

.nextrition-delight {
  flex-direction: column-reverse;
  width: 92%;
  margin: 0 auto;
}

.delight-abs-img-1 {
  display: none;
}
.kibble-delight-text-with--image-wrapper{
  flex-direction: column-reverse;
}
.kibble-delight-heading {
  flex-direction: column;
  margin-bottom: -15px;
}

.kibble-delight-heading> .cus--title {
  writing-mode: unset;
  transform: unset;
  text-align: center;
  font-size: 30px;
}

.nextrition-delight-heading {
  align-items: center;
  margin-left: 0;
  margin-bottom: -20px;
  justify-content: center;
}

.nextrition-delight-heading> .cus--title {
  writing-mode: unset;
  transform: unset;
  text-align: center;
  font-size: 30px;
}

.kibble-delight-text-with--image> .paragraph-and-image {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.kibble-delight-text-with--image> .paragraph-and-image> .image {
  left: -75px;
}

.kibble-delight-text-with--image> .paragraph-and-image> .cus--para {
  font-size: 15px;
  line-height: 18px;
}

.nextrition-delight-text-with--image> .paragraph-and-image> .cus--para {
  font-size: 15px;
  line-height: 18px;
}

.delight-abs-img-2> .desktop-image {
  display: none;
}

.delight-abs-img-2> .mobile-image {
  display: block;
}

.delight-abs-img-2 {
  bottom: unset;
  left: unset;
  top: -50px;
  right: 0;
}
  
}

/* COLD PRESSED QNA RV */
.cold-pressed-qna-body-desktop {
  padding-bottom: 80px;
  padding-top: 60px;
  display: block;
}

.cold-pressed-qna-inner {
  display: flex;
  position: relative;
  gap: 18px;
  justify-content: center;
}

.block-1 {
  width: 17%;
  background: #EDBC51;
  border-radius: 50px 0px 0px 0px;
  min-height: 270px;
  cursor: pointer;
}

.block-1> .visible-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px;
  position: relative;
  padding-top: 24px;
}

.visible-content> .main-text> .paragraph {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-top: 20px;
}

.visible-content> .main-text> .paragraph> .cus-white-color-text {
  color: #fff;
}

.block-arrow-svg {
  position: absolute;
  bottom: 10px;
  right: 18px;
}

.block-1> .hidden-content {
  display: none;
  transition: opacity 0.3s ease;
}

.block-1:hover> .hidden-content {
  position: absolute;
  top: 0;
  width: 57%;
  right: 12.5%;
  background: #ECF6FF;
  height: 100%;
  padding: 50px 60px 50px 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.block-1> .hidden-content:hover {
  display: none !important;
  transition: opacity 0.3s ease;
}

.block-2> .hidden-content:hover {
  display: none !important;
  transition: opacity 0.3s ease;
}

.block-3> .hidden-content:hover {
  display: none !important;
  transition: opacity 0.3s ease;
}

.block-4> .hidden-content:hover {
  display: none !important;
  transition: opacity 0.3s ease;
}

.hidden-paragraph-text {
  font-size: 20px;
  line-height: 24px;
}

.block-2 {
  width: 17%;
  background: #EDBC51;
  border-radius: 0px 0px 0px 50px;
  min-height: 270px;
  cursor: pointer;
}

.block-2> .visible-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px;
  position: relative;
  padding-top: 24px;
}

.block-2> .hidden-content {
  display: none;
  transition: opacity 0.3s ease;
}

.block-2:hover> .hidden-content {
  position: absolute;
  top: 0;
  width: 37%;
  right: 13.8%;
  background: #ECF6FF;
  height: 100%;
  padding: 50px 60px 50px 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/*  */
.block-3 {
  width: 17%;
  background: #EDBC51;
  border-radius: 0px 50px 0px 0px;
  min-height: 270px;
  cursor: pointer;
}

.block-3> .visible-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px;
  position: relative;
  padding-top: 24px;
}

.block-3> .hidden-content {
  display: none;
  transition: opacity 0.3s ease;
}

.block-3:hover> .hidden-content {
  position: absolute;
  top: 0;
  width: 37%;
  left: 13.8%;
  background: #ECF6FF;
  height: 100%;
  padding: 50px 60px 50px 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/*  */
.block-4 {
  width: 17%;
  background: #EDBC51;
  border-radius: 0px 0px 50px 0px;
  min-height: 270px;
  cursor: pointer;
}

.block-4> .visible-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px;
  position: relative;
  padding-top: 24px;
}

.block-4> .hidden-content {
  display: none;
  transition: opacity 0.3s ease;
}

.block-4:hover> .hidden-content {
  position: absolute;
  top: 0;
  width: 57%;
  left: 12.5%;
  background: #ECF6FF;
  height: 100%;
  padding: 50px 60px 50px 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.cold-pressed-qna-body-mobile {
  display: none;
}

@media only screen and (max-width: 798px) {
.cold-pressed-qna-body-desktop {
  display: none;
}

.cold-pressed-qna-body-mobile {
  display: block;
  padding-bottom: 150px;
}

.accordion-block-1 {
  margin-bottom: 15px;
}
}

/* OUR STORY RV */
/* LETS GET SOCIALS */
.lets-get-social-rv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lets-get-social-body> .body-inside {
  max-width: 500px;
  height: 500px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px;
}

.lets-get-social-body> .body-inside> .cus--title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}

.lets-get-social-body> .body-inside> .cus--paragraph {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.lets-get-social-cta {
  display: flex;
  align-items: center;
  gap: 40px;
}

.lets-get-social-body {
  padding: 40px 15px;
}

/* Healty eating journey RV */
.healty-eating-journey-RV> .body-inside {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  z-index: 1;
}

.healthy-eating-abs-img-1 {
  position: absolute;
  bottom: -50px;
  right: 15px;
  width: 100%;
}

.healthy-eating-abs-img-1> .image {
  text-align: right;
  max-width: 1440px;
  margin: 0 auto;
}

.healthy-eating-abs-img-1> .image> .img {
  max-width: 1100px;
}

.healty-eating-journey-RV> .body-inside> .cus--title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 60px !important;
  max-width: 745px;
  margin-left: 0 !important;
  margin: 0 auto;
}

.healty-eating-journey-RV> .body-inside> .cus--text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 60px;
  max-width: 560px;
}

.healty-eating-journey-cta> .cus-cta {
  background: #3894C1;
  color: #fff;
}

.discover-cold-pressed--header {
  padding-top: 70px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}

.discover-cold-pressed--header> .cus--title {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 40px;
}

.discover-cold-pressed--header> .cus--paragraph {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.discover-cold-pressed--body {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 15px;
}

.discover-cold-pressed--body> .video-comparison-banner {
  margin-top: 80px;
}

.discover-cold-pressed--cta {
  text-align: center;
  padding-top: 40px;
}

/* WHY US RV */
.why-us-banner-RV> .body-inside {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 15px;
  width: 100%;
  padding-top: 80px;
}

.why-us-banner-RV> .body-inside> .cus--title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 50px !important;
  max-width: 745px;
  margin-left: 0 !important;
  margin: 0 auto;
  color: #fff;
}

.why-us-banner-RV> .body-inside> .cus--text {
  max-width: 600px;
}

.why-us-banner-RV> .body-inside> .cus--text> p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}

.why-us-cta {
  padding-top: 40px;
}

@media only screen and (max-width: 798px) {
.lets-get-social-body> .body-inside {
  max-width: 318px;
  height: 318px;
  padding: 28px;
}

.lets-get-social-body> .body-inside> .cus--title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}

.lets-get-social-body> .body-inside> .cus--paragraph {
  font-size: 14px;
  line-height: 16px;
}

.lets-get-social-cta> .social-cta {
  width: 40px;
}

.healty-eating-journey-RV> .body-inside> .cus--title {
  font-size: 25px;
  line-height: 30px;
  padding-top: 60px;
  margin-bottom: 40px !important;
}

.healty-eating-journey-RV> .body-inside> .cus--text {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 40px;
}

.discover-cold-pressed--header> .cus--title {
  font-size: 25px;
  line-height: 27px;
}

.discover-cold-pressed--header> .cus--paragraph {
  font-size: 18px;
  line-height: 21px;
}

.discover-cold-pressed--body> .video-comparison-banner {
  margin-bottom: 0;
  padding: 10px;
}

.discover-cold-pressed--body {
  padding-bottom: 60px;
}

/* WHY US RV */
.why-us-banner-RV> .body-inside> .cus--title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px !important;
}

.why-us-banner-RV> .body-inside> .cus--text> p {
  font-size: 18px;
  line-height: 21px;
}

.why-us-cta> .cus-cta {
  background: #E7572F;
}
}

/* WHY US RV BANNER */
.our-story--header-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  padding-top: 120px;
  align-items: center;
  margin-bottom: -30px;
}

.our-story--header-content> .banner-image {
  width: 35%;
}

.our-story--header-content> .banner-image> .dekstop-img {
  display: block
}

.our-story--header-content> .banner-image> .mobile-img {
  display: none
}

.our-story--header-content> .banner-text {
  width: 65%;
}

.our-story--header-content> .banner-text> .cus--title {
  font-size: 40px;
  line-height: 48px;
  color: #EDBC51;
  margin-bottom: 40px;
}

.our-story--header-content> .banner-text> .cus--paragraph> p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}

.our-story-banner--body-content {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 120px;
  margin-top: -10px;
}

.our-story-banner--body-content> .inner-body {
  background: #DFECF2;
  position: relative;
  border-radius: 0px 200px 0px 0px;
  bottom: -25px;
}


.our-story-banner--body-content> .inner-body> .main-body--title {
  position: absolute;
  left: -60px;
  top: -5px;
  z-index: 1;
  height: 100%;
}

.our-story-banner--body-content> .inner-body> .main-body--title> .cus--heading {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 60px;
  line-height: 72px;
  color: #CEE3EF;
  width: 100%;
}

.main-body--letter-text-image {
  display: flex;
  padding-left: 40px;
  gap: 111px;
  align-items: flex-start;
}

.our-story-text-with-image-letter-left-side-text {
  width: 60%;
  padding-top: 40px;
}

.our-story-text-with-image-letter-right-side-image {
  width: 40%;
}

.our-story-text-with-image-letter-left-side-text> .cus-letter-name-title {
  font-size: 50px;
  line-height: 60px;
  color: #334157;
  padding-bottom: 80px;  
}

.our-story-text-with-image-letter-left-side-text> .cus-letter-text> p {
  font-size: 20px;
  line-height: 24px;
}

.our-story-text-with-image-letter-below-text {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1100px;
}

.our-story-text-with-image-letter-below-text> .cus-letter-text> p {
  font-size: 20px;
  line-height: 24px;
}

.our-story-text-with-image-letter-below-text> .sign-img {
  padding-top: 80px;
}

.inner-body> .our-story-abs-image-1 {
  position: absolute;
  right: 40px;
  top: -40px;
}

.inner-body> .our-story-abs-image-2 {
  position: absolute;
  bottom: -120px;
  left: -105px;
  z-index: -1;
}

.our-story-text-with-image-letter-right-side-image> .img {
  margin-left: 2px;
}

.main-body--letter {
  position: relative;
  max-height: 800px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.main-body--letter.expanded {
  max-height: none;
}

.letter-rounded {
  border-radius: 0px 200px 200px 0px !important;
}

.our-story-letter-expand-cta {
  background: transparent;
  border: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  display: block;
  cursor: pointer;
}

.our-story-banner-RV {
  margin-bottom: 80px;
}

.hide-text-on-mobile {
  display: block;
}

.our-story-banner-mobile-para {
  display: none;
}

.our-story-banner--body-content {
  display: block;
}

.letter-for-mobile {
  display: none
}

@media only screen and (max-width: 798px) {
.our-story--header-content> .banner-image> .dekstop-img {
  display: none
}

.our-story--header-content> .banner-image> .mobile-img {
  display: block
}

.our-story--header-content {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
}

.our-story--header-content> .banner-image {
  width: 55%;
  margin-right: -15px;
}

.our-story--header-content> .banner-text {
  width: 45%;
}

.our-story--header-content> .banner-text> .cus--title {
  line-height: 42px;
  font-size: 35px;
  margin-bottom: 0;
}

.hide-text-on-mobile {
  display: none;
}

.our-story-banner-mobile-para {
  display: block;
  padding: 0 15px;
  padding-top: 50px;
}

.our-story-banner-mobile-para> .cus--paragraph> p {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 22px;
}

.our-story-banner--body-content {
  display: none;
}

.letter-for-mobile {
  display: block
}

.cus-letter-header-mobile {
  position: relative;
}

.cus-letter-header-mobile> .cus--title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 26px;
  line-height: 32px;
  color: #CEE3EF;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 102px;
}

.cus-letter-header-mobile> .img {
  padding-left: 26px;
}

.cus-letter-header-mobile> .cus--name {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  line-height: 30px;
  color: #CEE3EF;
}

.cus-letter-body-mobile {
  position: relative;
  margin-top: -100px;
  background: linear-gradient(to top, #fff, transparent 100%, transparent 100%);
}

.letter-inside-for-mobile {
  border-radius: 0px 80px 100px 0px;
  background: #DFECF2;
  padding: 30px;
  max-height: 660px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-top: 40px;
}

.letter-inside-for-mobile> .cus-letter-text> p {
  font-size: 18px;
  line-height: 21px;
}

.our-story-letter-expand-cta> .expand-icon {
  width: 83px;
  height: 83px;
}

.our-story-letter-expand-cta-mobile {
  background: transparent;
  border: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  display: block;
  cursor: pointer;
}

.expand-icon-mobile {
  width: 83px;
  height: 83px;
}

.our-story-banner-RV {
  margin-bottom: 20px;
}

.letter-inside-for-mobile> .sign-img {
  margin-top: 70px;
}

.letter-inside-for-mobile> .cus-letter-text-name {
  margin-bottom: 40px;
}
}
@media (max-width:420px){
  .our-story--header-content> .banner-text> .cus--title {
    line-height: 36px;
    font-size: 30px;
  }
}
/* BLOG BANNER RV */
.blog-banner-RV,
.page-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-banner-cta{
  text-transform: uppercase;
}
.blog-banner-RV> .cus-banner-content-RV
{
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  padding-left: 80px;
  
}

.page-banner-wrapper .cus-banner-content-RV 
{
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px 90px 64px;
  
}

.blog-banner-RV> .cus-banner-content-RV> .cus--title
{
  font-size: 50px;
  line-height: 60px;
  max-width: 500px;
  margin-bottom: 45px;
}
.page-banner-wrapper .cus-banner-content-RV> .cus--title 
{
  font-size: 50px;
  line-height: 60px;
  max-width: 768px;
  margin-bottom: 45px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.page-banner-wrapper .cus-banner-content-RV> .cus--title .cus-font-family-hand{
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -1.95px;
}

.blog-banner-RV> .cus-banner-content-RV> .cus-paragraph{
  max-width: 450px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 45px;
}
.page-banner-wrapper .cus-banner-content-RV> .cus-paragraph {
  max-width: 610px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 45px;
  font-style: normal;
  font-weight: 325;

}


@media screen and (max-width: 768px){
  .page-banner-wrapper .cus-banner-content-RV> .cus--title .cus-font-family-hand{
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1.38px;
  }
  .page-banner-wrapper .cus-banner-content-RV> .cus-paragraph {
    font-size: 18px;
    line-height: 21px;
    max-width: 362px;
    margin-bottom: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-card__image> .image> a> .image-element__wrap> img {
  border-radius: 20px 20px 0px 0px;
  height: 286px;
  object-fit: cover;
  object-position: center;
}

.cus-neg-MT-150px> .blog-card {
  box-shadow: 0px 4px 4px 0px #00000040;
  border: none;
  border-radius: 20px;
}

.custom-blog-read-more-cta {
  background: #3894C1;
  display: inline-flex;
  height: 55px;
  max-width: 162px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.cus-max-width-section {
  max-width: 1300px;
  width: 100%;
}

.cus-meta-info> .meta-info-list {
  font-size: 14px;
  line-height: 16px;
  opacity: .7;
}

.cus-featured-article--link {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  display: inline-block;
}

.cus-featured-article--link:hover {
  color: #000;
}

@media only screen and (max-width: 798px) {
.blog-banner-RV,
.page-banner {
  align-items: flex-start;
}

.blog-banner-RV> .cus-banner-content-RV, 
.page-banner-wrapper .cus-banner-content-RV {
  padding-top: 80px;
}

.blog-banner-RV> .cus-banner-content-RV> .cus--title{
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}

.page-banner-wrapper .cus-banner-content-RV> .cus--title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 24px;
}

.blog-banner-RV> .cus-banner-content-RV> .cus-paragraph {
  font-size: 18px;
  line-height: 21px;
  max-width: 200px;
  margin-bottom: 20px;
}

.cus-neg-MT-160px {
  margin-top: -160px;
  justify-content: center;
}
}

/* SAMPLES PAGE */
.nextrition-carousel-video {
  width: 38%;
  margin-right: 30px;
  border-radius: 30px;
}

.nextrition-carousel-video> .video-with-text-1 {
  border-radius: 30px;
}

.obsessed-with-nextrition-header {
  text-align: center;
}

.obsessed-with-nextrition-header> .cus-cta {
  background: #3894C1;
  color: #fff;
}

.obsessed-with-nextrition-header> .cust-heading {
  font-size: 40px;
  line-height: 48px;
  max-width: 840px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.obsessed-with-nextrition-body {
  padding-bottom: 100px;
}

.obsessed-with-nextrition-body> .body--carousel> .flickity-prev-next-button.previous {
  bottom: -80px;
  top: unset;
  left: 0;
  background: transparent;
  z-index: 1;
}

.obsessed-with-nextrition-body> .body--carousel> .flickity-prev-next-button.previous> .flickity-button-icon {
  fill: #3894C1;
}

.obsessed-with-nextrition-body> .body--carousel> .flickity-prev-next-button.next {
  bottom: -80px;
  top: unset;
  right: 0;
  background: transparent;
  z-index: 1;
}

.obsessed-with-nextrition-body> .body--carousel> .flickity-prev-next-button.next> .flickity-button-icon {
  fill: #3894C1;
}

.obsessed-with-nextrition-body> .body--carousel> .flickity-page-dots {
  bottom: -45px;
  z-index: 0;
}

.obsessed-with-nextrition-body> .body--carousel> .flickity-page-dots .dot.is-selected {
  background: #3894C1;
}

@media only screen and (min-width: 780px) {
.footer__promo-container> .cus-footer-img {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 700px;
  bottom: -25%; 
}
}

@media only screen and (max-width: 798px) { 
.nextrition-carousel-video {
  width: 70%;
}
}

.samples-banner-RV {
  display: flex;
  padding-top: 160px;
  gap: 100px;
  padding-bottom: 60px;
}

.cus--sample-banner-left-side-text {
  width: 55%;
}

.cus--sample-banner-left-side-text> .cust-heading {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}

.cus--sample-banner-left-side-text> .cust-heading> .cus-font-family-hand {
  font-size: 65px;
  line-height: 72px;
}

.cus--sample-banner-left-side-text> .cust-paragraph> p {
  font-size: 20px;
  line-height: 28px;
}

.cus--sample-banner-left-side-text> .cus-cta {
  margin-top: 50px;
  background: #3894C1;
  color: #fff;
}

.cus--sample-banner-right-side-image-text {
  width: 45%;
}

.main-usp-RV {
  padding-top: 25px;
  gap: 30px;
  display: flex;
  align-items: flex-start;
}

.indiviual-ups-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 33%;
}

.indiviual-ups-block> .img {
  width: 70px;
  height: 70px;
}

.indiviual-ups-block> .usps-text-RV {
  font-size: 16px;
  line-height: 19px;
  color: #3894C1;
  margin-top: 30px;
}

@media only screen and (max-width: 798px) { 
.samples-banner-RV {
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.cus--sample-banner-left-side-text {
  width: 100%;
  text-align: center;
}

.cus--sample-banner-left-side-text> .cust-heading {
  font-size: 35px;
  line-height: 42px;
  text-align: left;
}

.cus--sample-banner-left-side-text> .cust-paragraph> p {
  font-size: 18px;
  line-height: 21px;
  text-align: left;
}

.cus--sample-banner-left-side-text> .cus-cta {
  background: #EFC062;
  color: #000;
  margin-top: 24px;
}

.cus--sample-banner-right-side-image-text {
  width: 100%;
}

.main-usp-RV {
  flex-wrap: wrap;
}

.indiviual-ups-block {
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.indiviual-ups-block> .usps-text-RV {
  margin-top: 0;
  margin-left: 20px;
  text-align: left;
}
}

.product-price> .price {
  font-size: 30px !important;
  line-height: 36px;
  margin-bottom: 10px !important;
}

.custom-section-max-width-RV {
  max-width: 1300px;
  width: 100%;
}

.is-align-baseline {
  align-items: baseline;
}

.is-justify-space-between {
  justify-content: space-between;
}

@media only screen and (min-width: 780px) { 
.cus-width-23 {
  width: 23%;
}
}

.cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  max-width: 222px !important;
  border-radius: 20px !important;
  min-height: 55px;
  font-size: 15px;
  line-height: 18px !important;
  font-weight: 300;
  font-family: 'GothamBook';
}

#product_form_8049255350494> .cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  background: #009A8E !important;
  color: #fff !important;
}

#product_form_8049254990046> .cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  background: #DC522C !important;
  color: #fff !important;
}

#product_form_8049255284958> .cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  background: #BE2A2A !important;
  color: #fff !important;
}

#product_form_8049255743710> .cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  background: #3894C1 !important;
  color: #fff !important;
}

#product_form_8788450771166> .cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  background: #701B26 !important;
  color: #fff !important;
}

/* For Custom Cart Popup on Trial Pack page */
#cus_product_form_8049255350494 .cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  background: #009A8E !important;
  color: #fff !important;
}

#cus_product_form_8049254990046 .cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  background: #DC522C !important;
  color: #fff !important;
}

#cus_product_form_8049255284958 .cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  background: #BE2A2A !important;
  color: #fff !important;
}

#cus_product_form_8049255743710 .cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  background: #3894C1 !important;
  color: #fff !important;
}

#cus_product_form_8788450771166 .cus-quantity-box> .cus_prod_form_atc> .custom-add-to-cart-btn-form {
  background: #701B26 !important;
  color: #fff !important;
}

@media only screen and (max-width: 798px) {
.cus-featured-product-header {
  padding: 0 15px;
}

.personalized-plan-header {
  padding-top: 30px;
  max-width: 330px;
  margin: 0 auto;
}

.cus-featured-product-header> .para {
  margin-bottom: 40px;
}

.obsessed-with-nextrition-header> .cust-heading {
  font-size: 25px;
  line-height: 30px;
}

.banner-image-content> .cold-pressed-absol-img-1 {
  display: none;
}

.banner-image-content> .cold-pressed-absol-img-2 {
  bottom: -8px;
  right: -15px;
  max-width: 175px;
}
}

.pet-treat--title {
  font-size: 40px;
  line-height: 48px;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (max-width: 798px) {
.plan-card-2> .card--inner> .card--details {
  margin-left: 0;
  font-size: 14px;
  width: 166px;
  padding: 20px 15px;
  height: 146px;
} 

.plan-card-2-svg-2 {
  margin-left: 20px;
  margin-bottom: -275px;
}

.cus-footer-img-title {
  padding: 0;
  max-width: 170px;
  margin: 0 auto;
  padding-top: 88px;
}

.leading-vet-arrow-svg> svg {
  width: 44px;
  height: 44px;
}

.discover-cold-pressed--header {
  padding-top: 40px;
}
}

@media only screen and (max-width: 480px) {
.footer__heading {
  font-size: 14px;
  margin-bottom: 2px;
}

.footer__content a {
  font-size: 10px;
  line-height: 12px;
}

.footer__promo .link-list__block {
  padding-top: 10px;
}

.footer__menu-link {
  padding-bottom: 2px;
}
}

#shopify-section-header-classic .header-sticky-wrapper.is-sticky .header .cus-navbar-links {
  color: #000;
}

#shopify-section-header-classic .header-sticky-wrapper.is-sticky .header .cus-navbar-links.is-active {
  color: #51B2F5;
  fill: #51B2F5;
}

#shopify-section-header-classic .header-sticky-wrapper.is-sticky .header .cus--header__icons> .action-area__link {
  color: #000;
  font-size: 16px;
}

#shopify-section-header-classic .header-sticky-wrapper.is-sticky .header .cus-padding-right-20> .header__link {
  color: #000;
}

#shopify-section-header-classic .header-sticky-wrapper.is-sticky .header .haeder-cus-btn {
  background: #0d96c3;
  color: #fff !important;
}

#shopify-section-header-classic #mobile-header-sticky-wrapper.is-sticky .mobile-header .mobile-menu__toggle-icon .icon {
  fill: #000;
}

#shopify-section-header-classic #mobile-header-sticky-wrapper.is-sticky .mobile-header .icon> svg> g> path {
  stroke: #000;
}

.plan-card-2-svg-2-mobile {
  display: none;
}

.plan-card-3-svg-3-mobile {
  display: none;
}

.plan-card-2-svg-2-desktop {
  display: block;
}

.plan-card-3-svg-3-desktop {
  display: block;
}

.cus-banner-font-big {
  font-size: 53px;
  line-height: 72.45px;
}

@media only screen and (max-width: 798px) {
.plan-card-2-svg-2-mobile {
  display: block;
}

.plan-card-3-svg-3-mobile {
  display: block;
}

.plan-card-3-svg-3-desktop {
  display: none;
}

.plan-card-2-svg-2-desktop {
  display: none;
}

.cus-font-size-72px {
  font-size: 35px;
}

.cus-banner-font-big {
  font-size: 55px;
}
}

.cus-pt-140px {
  padding-top: 140px;
}

/* PRODUCT PAGE */
/* OUR NATURAL INGREGIEDNTS */
.our-natural-ingredients-banner> .cus-section--header {
  max-width: 855px;
  margin: 0 auto;
}

.our-natural-ingredients-banner> .cus-section--header> .cus--title {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  padding-top: 70px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.main-ingredients-carousel {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 60px;
}

.main--ingredient-block {
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  min-height: 130px;
  justify-content: flex-start;
  z-index: 0;
  margin-right: 15px;
}

.main--ingredient-block> .image {
  position: absolute;
  top: -40px;
  z-index: 1;
}

.main--ingredient-block> .small-title {
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 20px;
}

.main--ingredient-block> .small-text {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
}

.ingredient-usp {
  z-index: 1;
  position: absolute;
  bottom: -25px;
  width: 100%;
  padding-left: 40px;
}

.ingredient-usp-max-width {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  justify-content: center;
}

.ingredient-usp-body {
  width: 22%;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #FFFFFF;
  border-radius: 15px;
  padding-bottom: 20px;
  padding-right: 20px;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 50px;
}

.ingredient-usp-body:last-child {
  margin-right: 0px;
}

.usp-img-with-text {
  gap: 10px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 10px;
}

.background-for-usp-block {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  justify-content: center;
  margin-left: -35px;
}

.usp-img-with-text> .small-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  max-width: 165px;
}

.ingredient-usp-body> .usp-main-text {
  font-size: 12px;
  line-height: 14px;
  padding-left: 40px;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .ingredient-usp-body> .usp-main-text {
    padding-left: 37px;
    padding-right: 10px;
  }
  .background-for-usp-block {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    padding:7px;
    margin-left: -23px;
}
}
.happy-belly-banner {
  background: #3894C1;
  border-radius: 0px 200px 200px 0px;
}

.happy-belly-banner> .section--header {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 80px !important;
  text-align: center;
  padding: 0 20px;
}

.happy-belly-banner> .section--header> .cus-main-title {
  line-height: 30px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 36px;
}

.happy-belly-banner> .section--header> .cus-main-para {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  padding-bottom: 36px;
  font-weight: 300;
}

.happy-belly-footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 40px;
}

.happy-belly-footer> .cus-title {
  line-height: 30px;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 33px;
  text-align: center;
}

.happy-belly-footer> .cus-para {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  padding-bottom: 64px;
}

.happy-belly-body {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 40px;
}

.happy-belly-main-images {
  position: relative;
  text-align: center;
}

.happy-belly-abs-images-1 {
  position: absolute;
  top: -24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  left: 167px;
}

.cus-title-belly-1 {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-family: 'GothamBold';
  text-align: center;
  margin-top: -65px;
}

.cus-para-belly-1 {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-top: 24px !important;
  max-width: 143px;
  margin: 0 auto;
  font-weight: 300;
  font-family: 'GothamBook';
  margin-left: 0;
}

.happy-belly-abs-images-2 {
  position: absolute;
  top: 85%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.cus-title-belly-2 {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-family: 'GothamBold';
  text-align: left;
}

.cus-para-belly-2 {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-top: 24px !important;
  max-width: 143px;
  margin: 0 auto;
  font-weight: 300;
  font-family: 'GothamBook';
  margin-left: 0;
}

.happy-belly-abs-images-3 {
  position: absolute;
  right: 174px;
  top: -16px;
}

.cus-title-belly-3 {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-family: 'GothamBold';
  text-align: right;
  margin-top: -50px;
}

.cus-para-belly-3 {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-top: 24px !important;
  font-weight: 300;
  font-family: 'GothamBook';
  margin-right: 0 !IMPORTANT;
  margin: 0 auto;
  max-width: 245px;
}

.cus-faq-bg-RV {
  border-top-right-radius: 200px;
}

.cus-faq-bg-RV> .cus--title {
  font-size: 40px;
  line-height: 68px;
  padding-top: 80px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  padding-bottom: 45px;
}

.faq-body-RV {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-footer-RV {
  padding-top: 60px;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 60px;
}

.faq-footer-RV> .small-text-rv {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  padding-bottom: 30px;
}

.faq-footer-RV> .small-richtext> p {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.faq-accordions-rv {
  margin-bottom: 20px;
}

.prod-faq-accordions-RV {
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  width: 100%;
}

.is-gap-5px {
  gap: 5px;
}

.caption-rv {
  font-size: 11px;
  line-height: 14px;
}

.caption-food {
  width: 94px;
  font-weight: 500;
  font-family: 'Inter';
  font-size: 10px;
  line-height: 14px;
}

.caption-food-2{
  max-width: 58px;
}

.caption-food.last{
  max-width: 61px;
}



.happy-belly-main-body-image> .desktop-img {
  display: block;
}

.happy-belly-main-body-image> .mobile-img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .ingredient-usp-max-width {
    padding:0;
  }
  .ingredient-usp-body{
    width:20%;
    margin-right: 30px;
    padding-bottom: 0px;
    padding-right: 0px;
  }
  .ingredient-usp{
    padding-left: 0;
  }
}
@media only screen and (max-width: 798px) {
.our-natural-ingredients-banner> .cus-section--header> .cus--title {
  font-size: 25px;
  line-height: 35px;
  max-width: 420px;
  margin: 0 auto;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* .main--ingredient-block {
} */

.ingredient-usp {
  bottom: -50px;
}

.ingredient-usp-max-width {
  overflow-x: scroll;
  padding-left: 40px;
  padding-right: 20px;
  justify-content: flex-start;
}

.ingredient-usp-body {
  flex-shrink: 0;
  width: 80%;
} 

.happy-belly-banner> .section--header {
  padding-top: 100px ! IMPORTANT;
}

.happy-belly-banner> .section--header> .cus-main-title {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  padding-right: 40px;
}

.happy-belly-banner> .section--header> .cus-main-para {
  font-size: 16px;
  line-height: 19px;
  font-family: 'GothamBook';
  font-weight: 300;
}

.radio-btn-price {
  flex-grow: 1;
  justify-content: flex-end;
}

.cus-recurring-content> .price {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  margin: 0;
}

.happy-belly-main-body-image> .desktop-img {
  display: none;
}

.happy-belly-main-body-image> .mobile-img {
  display: block;
}

.happy-belly-body {
  padding-top: 20px;
}

.happy-belly-footer> .cus-title {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 20px;
}

.happy-belly-footer> .cus-para {
  font-size: 15px;
  line-height: 18px;
  padding-right: 50px;
  font-family: 'GothamBook';
}

.cus-faq-bg-RV> .cus--title {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  max-width: 300px;
  margin: 0 auto;
}

.happy-belly-footer {
  padding-top: 20px;
}

.faq-footer-RV {
  padding-top: 30px;
}

.faq-footer-RV> .small-text-rv {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-family: 'GothamMedium';
  font-weight: 500;
}

.faq-footer-RV> .small-richtext> p {
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

.cus-pt-90px-mobile {
  padding-top: 90px;
}
}

.cus-reviews-rv {
  display: flex;
  padding-top: 150px;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  justify-content: space-between;
}

.review-col-1 {
  width: 33%;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.rev-banner-image-1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}

.rev-banner-image-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.review-col-2 {
  width: 37%;
  padding-right: 10px;
}

.review-col-3 {
  width: 33%;
  display: flex;
  flex-direction: column;
}

.rev-banner-image-1> .image-1 {
  margin-bottom: 16px;
}

.rev-banner-image-2> .image-4 {
  margin-top: -24px;
}

.reviews-banner-heading-and-text> .cus-heading {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  padding: 0 20px;
  padding-top: 20px;
}

.reviews-banner-heading-and-text> .cus--text {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding-top: 40px;
  max-width: 420px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.reviews-banner-heading-and-text> .cus--rating {
  color: #3894C1;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  padding-top: 32px;
}

.reviews--heading-and-text-images {
  display: flex;
  gap: 36px;
}

.reviews--heading-and-text-images> .image-6 {
  margin-top: -20px;
}

.cus--reviews-banner-cta {
  padding-top: 60px;
  display: flex;
  gap: 40px;
}

.cus--reviews-banner-cta> .banner--cta-1 {
  height: 55px;
  background: #EFC062;
  display: inline-flex;
  min-width: 222px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 700;
}

.cus--reviews-banner-cta> .banner--cta-2 {
  height: 55px;
  background: #3894C1;
  display: inline-flex;
  min-width: 222px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
}

.rev-banner-image-3 {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-bottom: 64px;
}

.rev-banner-image-4 {
  display: flex;
  gap: 23px;
  align-items: flex-start;
}

.rev-banner-image-4> .image-9 {
  margin-top: -20px;
}

.main-reviews-rv {
  border-top-right-radius: 200px;
  margin-top: 0px;
}

.reviews--header {
  text-align: center;
  padding-top: 74px;
  max-width: 600px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; 
}

.reviews--header> .heading {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 50px;
}

.reviews--header> .review-cta-main {
  background: #3894C1;
  height: 55px;
  display: inline-flex;
  min-width: 222px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  border-radius: 10px;
}

.reviews-main-body {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 50px;
  position: relative;
}

.main-reviews-cards-wrapper> .upper-side {
  display: flex;
  gap: 18px;
}


.main-reviews-cards-wrapper> .lower-side {
  display: flex;
  gap: 18px;
  margin-top: 20px;
  justify-content: flex-end;
}

.main-reviews-cards-wrapper> .upper-side-1 {
  display: flex;
  gap: 18px;
  margin-top: 215px;
}

.main-reviews-cards-wrapper> .lower-side-1 {
  display: flex;
  gap: 18px;
  margin-top: 20px;
  justify-content: flex-end;
}

.main-reviews-cards-wrapper {
  position: relative;
  padding-bottom: 60px;
}

#reviewsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-height: 565px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
#reviewsWrapper.expanded {
  max-height: none;
}

.dropbtn {
  background-color: transparent;
  color: black;
  height: 42px;
  font-size: 15px;
  border: 2px solid #3894c1;
  border-radius: 27.5px 27.5px 0 0;
  cursor: pointer;
  width: 100%;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 798px) {
  #reviewsWrapper {
    display: flex;
    max-height: 1000px;
  }
   .dropbtn {
    border: none;
    padding: 0;
    width: 70%;
    font-size: 12px;
  }
}

  .reviews-card-main-RV {
    display: flex;
    width: 21%;
    flex-direction: column;
    align-items: flex-end;
  }
  .cus-pagination {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .cus-pagination-show {
    display: flex !important;
  }
  .cus-pagination-list {
    display: flex;
  }
  .selected_pagination {
    background: #007ace !important;
    color: white !important;
    border: 1px solid #007ace !important;
  }
  .cus_pagination_page:hover {
    border-color: #51B2F5;
    color: #51B2F5;
  }
  .cus_pagination_page {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    padding: 3.5px 13px;
    margin: 0 5px;
  }
  .cus_pagination_prev {
    display: block;
    width: 100px;
    text-align: center;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    padding: 3.5px 13px;
    margin: 0 5px;
  }
  .cus_pagination_prev:hover {
    border-color: #51B2F5;
    color: #51B2F5;
  }
  .cus_pagination_next {
    display: block;
    width: 100px;
    text-align: center;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    padding: 3.5px 13px;
    margin: 0 5px;
  }
  .cus_pagination_next:hover {
    border-color: #51B2F5;
    color: #51B2F5;
  }
  .reviews-card-RV {
    width: 100%;
    background: #ffffff;
    border-radius: 20px 20px 0 20px;
    min-height: 215px;
    padding: 20px;
    position: relative;
  }

  .reviews-stars-and-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .reviews-stars-and-date > .date-main > .text {
    font-size: 14px;
    line-height: 16px;
  }

  .reviews-card-details > .highlight {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 12px;
    font-family: 'GothamMedium';
    font-weight: 700;
  }

  .reviews-card-details > .comment {
    /* {% comment %} display: -webkit-box; 
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
   {% endcomment %} */
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 16px;
}

.reviews-card-details > .name {
  color: #3894c1;
  font-size: 15px;
  line-height: 18px;
}

.reviews-card-footer-textx {
  display: flex;
  bottom: 20px;
  left: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.reviews-card-footer-textx > .text {
  font-size: 14px;
  line-height: 16px;
}
.reviews-card-details > .verified-buyer {
  height: 20px;
  display: flex;
  align-items: center;
  margin: 10px -10px;
}
.votes-main {
  display: flex;
  align-items: center;
}
.owner-comment {
  width: 90%;
  background: #cee3ef;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.comment-title {
  font-family: 'GOTHAMMEDIUM';
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  margin-bottom: 10px;
  color: #3894c1;
}
.comment-content {
  font-size: 12px;
  color: #3894c1;
  line-height: 18px;
  overflow: hidden;
}
.reviews-card-main-RV:nth-child(8n + 4) {
  margin-right: 10%;
}
.reviews-card-main-RV:nth-child(8n + 5) {
  margin-left: 10%;
}
.filters-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  margin-bottom: 30px;
}
.review-image-container {
  display: flex;
}
.review-image-container img {
  max-width: 151px;
  max-height: 108px;
  object-fit: contain;
}
.select-container {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 3;
}
.filter-search-container {
  flex: 1;
  margin-right: 3%;
  max-width: 220px;
}
.filter-search-container input {
  display: flex;
  width: 222px;
  padding: 10px;
  border: 2px solid #3894c1;
  border-radius: 27.5px 27.5px 0 0;
  font-size: 15px;
  line-height: 18px;
  background: transparent;
}
.search-img-icon {
  position: relative;
}

.search-img-icon:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  width: 24px;
  height: 24px;
  background: url('/cdn/shop/files/1000px-Search_Icon_1.png?v=1717574293');
  background-size: 100% 100%;
}
.rating-lable-mobile {
  display: none;
}
#rating-select {
  display: flex;
  width: 222px;
  padding: 12px 10px;
  border: 2px solid #3894c1;
  border-radius: 27.5px 27.5px 0 0;
  font-size: 15px;
  line-height: 18px;
}
select#rating-select {
  appearance: none;
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  background: url('data:image/svg+xml;charset=US-ASCII, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="%23000" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right center;
  padding: 10px;
  font-size: 16px;
}
.filter-media-container {
  display: flex;
  align-items: center;
  height: 42px;
  border: 2px solid #3894c1;
  border-radius: 27.5px 27.5px 0 0;
  width: 222px;
  justify-content: space-between;
  padding: 0 20px;
  flex: 1;
}
#with-media {
  width: 15px;
  height: 15px;
  border: 1px solid black;
  border-radius: 50%;
}
#with-media.checked {
  background: #3894c1;
}
.select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

select#sort {
  appearance: none;
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  background: url('data:image/svg+xml;charset=US-ASCII, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right center;
  border: none;
  padding: 10px;
  font-size: 16px;
}
select#sort:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust based on your design */
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  /* Change to your arrow color */
  transform: translateY(-50%);
  pointer-events: none;
  /* To prevent pointer events on the arrow */
}



.arrow-svg {
  transition: transform 0.3s ease;
}

.arrow-svg.rotate {
  transform: rotate(180deg);
}
@media (max-width: 1100px) {
  .reviews-card-main-RV {
    width: 29%;
  }
  .reviews-card-main-RV:nth-child(8n + 4) {
    margin-right: 0;
  }
  .reviews-card-main-RV:nth-child(8n + 5) {
    margin-left: 0;
  }
  .reviews-card-main-RV:nth-child(6n + 3) {
    margin-right: 8%;
  }
  .reviews-card-main-RV:nth-child(6n + 4) {
    margin-left: 8%;
  }
}

@media only screen and (max-width: 798px) {
 
  #with-media {
    width: 12px;
    height: 12px;
  }
  .reviews-card-main-RV:nth-child(even) {
    width: 80%;
  }
  .reviews-card-main-RV:nth-child(odd) {
    margin: 0 0 0 auto;
  }
  .reviews-card-main-RV:nth-child(6n + 3) {
    margin-left: 0;
  }
  .reviews-card-main-RV:nth-child(6n + 4) {
    margin-left: 0;
  }

  .reviews-card-main-RV:nth-child(odd) {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
/* star drop down css  */
.filter-rating-container {
  flex: 1;
  margin-right: 3%;
}


.dropdown {
  position: relative;
  display: inline-block;
  width: 222px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
}
.dropdown-content div {
  display: flex;
  align-items: center;
  padding: 5px;
}
.dropdown-content img {
  max-width: 150px;
}
.dropdown-content div:hover {
  background: #dfecf2;
}
.all-rating {
  text-align: left;
  color: #3894c1;
  padding: 10px 5px;
  cursor: pointer;
}
.dropdown-content img {
  cursor: pointer;
}
.toggle-display {
  display: block !important;
}

/* Star drop down css end  */

@media (max-width: 798px) {
  .rating-lable-mobile {
    display: block;
    font-size: 12px;
    margin-right: 5px;
  }
  .filters-container {
    padding-right: 0;
  }
  .filter-search-container {
    margin-bottom: 10px;
    order: 1;
    flex: unset;
    margin-right: 1%;
    width: 100%;
    max-width: none;
    /* width: 60%; */
  }
  .filter-search-container input {
    border-radius: 10px;
    width: 100%;
    font-size: 12px;
  }
  .filter-rating-container {
    margin-right: 0;
    order: 3;
    flex: unset;
    width: 50%;
  }
  .filter-media-container {
    width: 39%;
    border-radius: 10px;
    margin-bottom: 10px;
    order: 1;
    flex: unset;
  }
  .filter-media-container label {
    font-size: 12px;
  }
  .select-container {
    order: 2;
    flex: unset;
    width: 50%;
    justify-content: flex-start;
  }
  .cust-reviews-further-bg-color .dropdown {
    display: flex;
    align-items: center;
    width: 100%;
  }
 
  select#sort {
    font-size: 12px;
    padding: 0;
  }
  #current-button-text img {
    max-width: 90px;
  }
  .select-container label {
    font-size: 12px;
    margin-right: 5px;
  }
}

  /* Review Modal Styles */
  .review-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #0000003b;
  }

  .review-modal-content {
    background-color: #ecf6ff;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 #00000040;
  }

  .review-close-button {
    color: #000;
    float: right;
    font-size: 30px;
    font-family: 'GothamBook';
    font-weight: 600;
  }

  .review-close-button:hover,
  .review-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

.see-more-reviews-button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor:pointer;
}

.reviews-modal-heading {
  font-size: 22px;
  text-align: center;
  color: #0d96c3;
  line-height: 26px;
  margin-bottom: 40px;
}

#reviewForm {
  padding: 0 20px;
  display: flex;
  gap: 40px;
  padding-bottom: 30px;
}

.review-form-col-1 {
  width: 50%;
}

.review-form-col-2 {
  width: 50%;
}

.reviews-label-text {
  font-size: 16px;
  font-weight: 700;
  color: #00000094;
  font-family: 'GothamMedium';
  margin-bottom: 4px;
  display: block;
}

.reviews-label-text> .cus--span {
  color: #0d96c3;
}

.rating-experience {
  margin-bottom: 30px;
}

.review-write {
  margin-bottom: 20px;
}

.review-write> #review {
  width: 100%;
  min-height: 150px;
  border-radius: 20px;
  border: none;
  padding: 15px;
}

.review-headline> #headline {
  width: 100%;
  border: none;
  min-height: 45px;
  border-radius: 20px;
  padding: 15px;
}

.review--name {
  margin-bottom: 20px;
}

.review--name> #name {
  width: 100%;
  border: none;
  min-height: 45px;
  border-radius: 20px;
  padding: 15px;
}

.review--address {
  margin-bottom: 23px;
}

.review--address> #email {
  width: 100%;
  border: none;
  min-height: 45px;
  border-radius: 20px;
  padding: 15px;
}

.cus-review-address-text {
  font-size: 10px;
  line-height: 14px;
  color: #00000087;
  font-family: 'GothamBook';
  padding-left: 20px;
  margin-top: 5px;
}

.cus-review-upload-text {
  font-size: 10px;
  line-height: 14px;
  color: #00000087;
  font-family: 'GothamBook';
  margin-top: 5px;
  max-width: 145px;
}

.cus-review-sumbit-cta {
  text-align: right;
}

.cus-review-sumbit-cta> .sumbit-rv {
  background: #3894C1;
  height: 45px;
  display: inline-flex;
  min-width: 180px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  border-radius: 25px;
  border: none;
}

.cus-reviews-rv-mobile {
  display: none;
}

@media only screen and (max-width: 798px) {
.cus-reviews-rv-mobile {
  display: block;
  padding-top: 120px;
}

.cus-reviews-rv {
  display: none;
}

.cus--reviews-banner-cta {
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
  padding-top: 27px;
  flex-wrap: wrap;
}

.review-row-1 {
  padding: 0 20px;
}

.review-row-2 {
  position: relative;
}

.review-row-2> .image-2 {
  position: absolute;
  top: 50px;
  width: 100%;
  padding-left: 10px;
}

.review-row-3 {
  margin-top: -20%;
  padding-left: 10px;
  padding-right: 15px;
}

.reviews-banner-heading-and-text> .cus-heading {
  max-width: 350px;
  font-size: 35px;
  line-height: 42px;
  margin: 0 auto;
}

.reviews-banner-heading-and-text> .cus--text {
  font-size: 18px;
  line-height: 21px;
  padding-top: 30px;
}

.reviews-banner-heading-and-text> .cus--rating {
  font-size: 12px;
  line-height: 14px;
}

.main-reviews-rv {
  border-top-right-radius: 100px;
}

.reviews--header {
  padding-top: 60px;
}

.reviews--header> .heading {
  font-size: 25px;
  line-height: 30px;
}
.main-reviews-cards-wrapper> .upper-side {
  flex-wrap: wrap;
}

.main-reviews-cards-wrapper> .lower-side {
  flex-wrap: wrap;
  justify-content: unset;
}

.main-reviews-cards-wrapper> .upper-side-1 {
  flex-wrap: wrap;
  margin-top: 20px;
}

.main-reviews-cards-wrapper> .lower-side-1 {
  flex-wrap: wrap;
  justify-content: unset;
}

.arrow-svg {
  width: 50px;
  height: 50px;
}

#reviewForm {
  flex-wrap: wrap;
  padding: 0;
}

.review-form-col-1 {
  width: 100%;
}

.review-form-col-2 {
  width: 100%;
}

.cus-review-sumbit-cta {
  text-align: center;
}

.happy-belly-banner {
  border-radius: 0px 0px 100px 0px;
}

.cus-faq-bg-RV {
  border-top-right-radius: 100px;
}

.healthy-eating-abs-img-1 {
  display: none;
}
}

.ship-for-free-abs-img-1 {
  position: absolute;
  top: 0;
  width: 100%;
}

.ship-for-free-abs-img-1> .image { 
  max-width: 1440px;
  margin: 0 auto;
}

.ship-for-free-abs-img-1> .image> .img {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  margin-right: 0 !important;
} 

@media only screen and (max-width: 798px) {
.ship-for-free-abs-img-1 {
  display: none;
} 
}

.main-ingredients-carousel {
  overflow: hidden;
}

.main-ingredients-carousel> .swiper-button-next {
  top: 38%;
  right: 38px;
}

.main-ingredients-carousel> .swiper-button-prev {
  top: 38%;
  left: 38px;
}

.cus-app-block-header {
  padding-top: 120px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.cus-app-block-header> .heading {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 70px;
}

.custom-app-section-container {
  padding-bottom: 100px;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 798px) {
.custom-app-background-image {
  border-radius: 100px 0px 0px 0px !important;
}

.cus-app-block-header {
  padding-top: 60px;
}

.cus-app-block-header> .heading {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 40px;
}

.custom-app-section-container {
  padding-bottom: 60px;
}
}

.cus-faqs-accodions-radius-bg {
  border-radius: 200px 0px 0px 0px;
  margin-top: -2px;
}

.custom-app-footer--bg-image> .just-for-mobl-image {
   display: none;
}

@media only screen and (max-width: 798px) {
.cus-faqs-accodions-radius-bg {
  border-radius: 100px 0px 0px 0px;
}  

.obsessed-with-nextrition-header {
  padding-top: 0;
  margin-top: -60px;
}

.custom-app-footer--bg-image> .image {
  display: none;
}

.custom-app-footer--bg-image> .just-for-mobl-image {
   display: block;
  width: 100%;
}

.cold-pressed-delight-rv {
  padding-bottom: 45px !important;
}
}

.cus-recommended-article-wrapper> .cus-blog-card {
  box-shadow: 0px 4px 4px 0px #00000040;
  border: none;
  border-radius: 20px;
}

.cust-futher-bg-color-next-vs-raw {
  background-color: #51a6a0;
  margin-top: -1px;
}

.cust-futher-bg-color-next-vs-raw> .inner--body-bg {
  background-color: #fff;
  border-top-left-radius: 200px;
  padding-top: 40px;
}

@media only screen and (max-width: 798px) {
.cust-futher-bg-color-next-vs-raw> .inner--body-bg {
  border-top-left-radius: 100px;
}

.nextrition-vs-raw-food-footer-images {
  padding-bottom: 20px;
}

.cus-faqs-title-rv {
  font-size: 25px ! IMPORTANT;
  line-height: 30px !important;
  max-width: 290px;
}

button.accordion {
  font-size: 15px ! IMPORTANT;
  line-height: 18px ! IMPORTANT;
}

.cus-faq-bottom-text {
  padding-top: 0;
}

.leading-vet-body> .right-image-side> .image {
  display: block;
}

.cus--sample-banner-left-side-text> .cust-heading> .cus-font-family-hand {
  font-size: 42px;
  line-height: 38px;
}

.custom--featured-product-bg-color {
  background: #fff;
}

.banner__content> .banner__text> .banner__heading {
  font-size: 30px;
}
  
}

.cust-reviews-further-bg-color {
  background: #edbc51;
  margin-top:-2px;
}

.cus-select-wrap-rv {
  display: flex;
  flex-direction: row;
  border: 1px solid #E2E2E1;
  border-radius: 10px;
  min-height: 36px;
  align-items: center;
  margin-bottom: 0 !important;
}

.cus-purchase-det-rv {
  display: flex;
  align-items: center;
  border: 1px solid #E2E2E1;
  border-radius: 10px;
  min-height: 36px;
}

.cus-pdp-quantity-box-label-rv {
  width: 60%;
  padding-left: 20px;
}

.cus-pdp-quantity-box--rv {
  width: 40%;
}

.rv-quantity-selectors {
  border: none !important;
  min-height: unset !important;
}

.cus-pet-treat-headline-rv {
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 20px;
}

.cus-pet-treat-para-rv {
  max-width: 870px;
  font-size: 22px;
  line-height: 26px;
}

.nextrition-carousel-video video{
  min-height: 270px;
}

@media only screen and (max-width: 798px) { 
.cus-pdp-quantity-box--rv {
  width: unset;
}

.quantity-input-control> .rv-quantity-selectors {
  padding: 0;
  width: 30px !important;
}

.quantity-wrapper.quantity-style--box {
  padding: 0 10px;
}

.food-qty-selector .quantity-wrapper.quantity-style--box,
.ajax-cart__quantity-box .quantity-wrapper.quantity-style--box {
  padding: 0;
}

.ajax-cart--drawer {
  padding: 20px;
}
.is-drawer .ajax-cart__close-icon {
  right: 20px;
}
.minus-control> .rv-quantity-selectors {
  width: 20px !important;
  padding: 0;
}

.plus-control> .rv-quantity-selectors {
  width: 20px !important;
  padding: 0;
}

.nextrition-carousel-video video{
  min-height: 151px;
}
}

@media only screen and (max-width: 1024px) {
  .blog-banner-RV> .cus-banner-content-RV, 
  .page-banner-wrapper .cus-banner-content-RV {
    padding-left: 20px;
  } 

}
@media only screen and (max-width: 992px) {
  .page-banner-wrapper .cus-banner-content-RV {
    background-image: linear-gradient(
      to bottom,
      rgba(56,148,193,0)  0%,
      rgba(56,148,193,1)  10%,
      rgba(56,148,193,1) 100%
    );
  
    position: relative;
    text-align: center;
    padding: 0;
    top: -67px;
    padding-bottom: 10px;
    padding-top: 40px;
  } 
  .page-banner-wrapper{
  background-color: rgb(56,148,193);
  }
}

@media only screen and (max-width: 1200px) {
.healthy-eating-abs-img-1> .image> .img {
  max-width: 100%;
}
}

@media only screen and (max-width: 480px) {
.footer__promo-container> .cus-footer-img {
  margin-right: 120px;
}
}

.pdp-ingredient-abs-image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -6px;
  z-index: 1;
}

.pdp-ingredient-abs-image> .desktop-image {
  max-height: 480px;
  display: block;
}

.pdp-ingredient-abs-image> .mobile-image {
  display: none;
}

@media only screen and (max-width: 798px) {
.pdp-ingredient-abs-image> .desktop-image {
  display: none;
} 
  
.pdp-ingredient-abs-image> .mobile-image {
  display: block;
  width: 100%;
}

.cus-neg-MT-150px> .blog-card {
  width: 45%;
}  
}
@media only screen and (max-width: 550px) { 
  .cus-neg-MT-150px> .blog-card {
    width: 95vw;
  }  
}

.see-the-difference-RV-container {
  max-width: 1500px;
}

@media only screen and (max-width: 798px) {
.modal-video-play-icon {
  width: 100px;
  height: 100px;
}

.main-ingredients-carousel {
  position: relative;
}

.main-ingredients-carousel> .swiper-button-next {
  top: 60%;
  right: 8px;
}

.main-ingredients-carousel> .swiper-button-next:after {
  font-size: 20px;
  font-weight: 700;
}

.main-ingredients-carousel> .swiper-button-prev {
  top: 60%;
  left: 22px;
}

.main-ingredients-carousel> .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 700;
}
}

.featured-modal-inner {
  display: flex;
  gap: 50px;
}

.featured-product-images-wrapper {
  width: 50%;
}

.featured-product-details-wrapper {
  width: 50%;
}

.modal-featured-product-title {
  padding-top: 18px;
  font-size: 25px !important;
  line-height: 30px;
  font-family: 'GothamMedium';
  margin-bottom: 18px !important;
}

.modal-featured-product-paragraph {
  font-size: 16px;
  line-height: 20px;
  font-family: 'GothamBook';
  margin-bottom: 15px !important;
  max-width: 340px;
}

.cus-price-and-quantity-box-modal {
  justify-content: space-between;
  margin-bottom: 10px;
}

.cus-min-height-36px {
  min-height: 36px !important;
}

.cus-br-20px-minus {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.cus-br-20px-plus {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.cus-quantity-input-modal {
  font-size: 22px !important;
  line-height: 26px !important;
  padding: 0 !IMPORTANT;
  height: unset;
  font-family: 'GothamMedium' !important;
}

.cus_prod_form_atc_modal {
  justify-content: flex-start;
}

.cus_prod_form_atc_modal> .custom-add-to-cart-btn-form {
  border-radius: 20px !important;
}


.featuredProductBtn {
  border: none;
  max-width: 222px;
  width: 100%;
  min-height: 55px;
  display: flex;
  padding: 10px;
  align-items: center;
  font-size: 15px;
  justify-content: center;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 798px) {
.featured-modal-inner {
  flex-wrap: wrap;
  gap: 0;
}

.featured-product-images-wrapper {
  width: 100%;
}

.featured-product-details-wrapper {
  width: 100%;
}

.cus-price-and-quantity-box-modal {
  max-width: 100%;
}

.cus-price-and-quantity-box-modal> .main-quan-box {
  width: 50% !important;
}
}

.BIS_trigger_rv {
  text-align: center;
  border: none;
  max-width: 250px;
  width: 100%;
  min-height: 55px;
  display: flex;
  padding: 10px;
  align-items: center;
  font-size: 13px;
  justify-content: center;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  background: #3894C1;
  margin-top: 85px;
}

@media only screen and (max-width: 798px) {
.BIS_trigger_rv {
  margin-top: 30px;
} 
}

@media only screen and (max-width: 1320px) and (min-width: 1150px) {
.custom-navbar-rv {
  padding: 0 10px;
}

.cus_header__brand_rv {
  max-width: 150px;
}

.cus-navbar-links {
  font-size: 12px;
  line-height: 16px;
  padding: 7px;
}

.cus-padding-right-20> .header__link {
  font-size: 12px;
}

.cus--header__icons> .action-area__link {
  font-size: 12px !IMPORTANT;
}

.haeder-cus-btn {
  font-size: 12px;
}

.see-the-difference-content> .video-with-image> .inner {
  margin-top: -150px;
}

.video-comparison-banner {
  margin-top: 250px;
}

.modal-video-play-icon {
  width: 100px;
  height: 100px;
}
}

@media only screen and (max-width: 1149px) and (min-width: 980px) {
.custom-navbar-rv {
  padding: 0 10px;
}

.cus_header__brand_rv {
  max-width: 150px;
}
  
.cus-navbar-links {
  font-size: 11px;
  line-height: 13px;
  padding: 6px;
}

.cus-padding-right-20> .header__link {
  font-size: 11px;
}

.cus--header__icons> .action-area__link {
  font-size: 11px !IMPORTANT;
}

.haeder-cus-btn {
  font-size: 11px;
}

.see-the-difference-content> .video-with-image> .inner {
  margin-top: -130px;
}

.video-comparison-banner {
  margin-top: 250px;
}

.modal-video-play-icon {
  width: 100px;
  height: 100px;
}
}

@media only screen and (max-width: 979px) and (min-width: 799px) {
.custom-navbar-rv {
  padding: 0 10px;
}

.cus_header__brand_rv {
  max-width: 120px;
}
  
.cus-navbar-links {
  font-size: 10px;
  line-height: 13px;
  padding: 5px;
}

.cus-padding-right-20> .header__link {
  font-size: 10px;
}

.cus--header__icons> .action-area__link {
  font-size: 10px !IMPORTANT;
}

.haeder-cus-btn {
  font-size: 10px;
}

.see-the-difference-content> .video-with-image> .inner {
  margin-top: -110px;
}



.cust-max-height> .image-side> .desktop-image {
  max-height: 212px;
}

.video-comparison-banner {
  margin-top: 250px;
}

.modal-video-play-icon {
  width: 100px;
  height: 100px;
}
}

@media only screen and (max-width: 1275px) and (min-width: 1150px) {
.home-banner-abs-img-1> .image {
  max-width: 800px;
  bottom: 0;
}

.homepage-banner-img {
  min-height: 800px;
}
}

@media only screen and (max-width: 1149px) and (min-width: 1080px) {
.homepage-banner-img {
  min-height: 700px !important;
}

.home-banner-abs-img-1> .image {
  max-width: 630px;
  bottom: 0px;
}
}

@media only screen and (max-width: 1079px) and (min-width: 990px) {
.homepage-banner-img {
  min-height: 700px !important;
}

.home-banner-abs-img-1> .image {
  max-width: 600px;
  bottom: 0;
}
}

@media only screen and (max-width: 989px) and (min-width: 910px) {
.homepage-banner-img {
  min-height: 650px !important;
}

.home-banner-abs-img-1> .image {
  max-width: 550px;
  bottom: 0;
}
}

@media only screen and (max-width: 909px) and (min-width: 799px) {
.homepage-banner-img {
  min-height: 630px !important;
}

.home-banner-abs-img-1> .image {
  max-width: 460px;
  bottom: 30px;
}
}

@media only screen and (max-width: 900px) and (min-width: 799px) {
.cus_header__brand_rv {
  max-width: 110px;
}
  
.cus-navbar-links {
  font-size: 8px;
  line-height: 13px;
  padding: 5px;
}

.cus-padding-right-20> .header__link {
  font-size: 8px;
}

.cus--header__icons> .action-area__link {
  font-size: 8px !IMPORTANT;
}

.haeder-cus-btn {
  font-size: 8px;
} 
}

.cus--blog-container-rv {
  max-width: 1300px;
}

.cus-blog--section-rv {
  width: 100%;
}

.get-started-main-paragraph> .small-title-1 {
  padding-top: 130px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 140px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 120px;
}

@media only screen and (max-width: 1300px) and (min-width: 1240px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 130px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 122px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 115px;
}
}

@media only screen and (max-width: 1239px) and (min-width: 1200px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 130px;
  font-size: 24px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 115px;
  font-size: 24px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 98px;
  font-size: 24px;
}
}

@media only screen and (max-width: 1199px) and (min-width: 1145px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 122px;
  font-size: 24px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 108px;
  font-size: 24px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 90px;
  font-size: 24px;
}
}

@media only screen and (max-width: 1144px) and (min-width: 1100px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 115px;
  font-size: 23px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 105px;
  font-size: 23px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 88px;
  font-size: 23px;
}
}

@media only screen and (max-width: 1099px) and (min-width: 1065px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 115px;
  font-size: 23px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 100px;
  font-size: 23px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 85px;
  font-size: 23px;
}
}

@media only screen and (max-width: 1064px) and (min-width: 1020px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 105px;
  font-size: 23px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 70px;
  font-size: 24px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 70px;
  font-size: 23px;
}
}

@media only screen and (max-width: 1019px) and (min-width: 980px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 105px;
  font-size: 23px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 60px;
  font-size: 24px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 62px;
  font-size: 23px;
}
}

@media only screen and (max-width: 979px) and (min-width: 958px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 98px;
  font-size: 23px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 63px;
  font-size: 24px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 57px;
  font-size: 23px;
}
}

@media only screen and (max-width: 957px) and (min-width: 910px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 98px;
  font-size: 22px;
  line-height: 24px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 75px;
  font-size: 22px;
  line-height: 24px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 68px;
  font-size: 22px;
  line-height: 24px;
}
}

@media only screen and (max-width: 909px) and (min-width: 860px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 98px;
  font-size: 22px;
  line-height: 24px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 68px;
  font-size: 22px;
  line-height: 24px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 56px;
  font-size: 22px;
  line-height: 24px;
}
}

@media only screen and (max-width: 859px) and (min-width: 820px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 90px;
  font-size: 21px;
  line-height: 23px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 65px;
  font-size: 21px;
  line-height: 23px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 55px;
  font-size: 21px;
  line-height: 22px;
}
}

@media only screen and (max-width: 819px) and (min-width: 799px) {
.get-started-main-paragraph> .small-title-1 {
  padding-top: 88px;
  font-size: 20px;
  line-height: 22px;
}

.get-started-main-paragraph> .small-title-2 {
  padding-top: 58px;
  font-size: 20px;
  line-height: 22px;
}

.get-started-main-paragraph> .small-title-3 {
  padding-top: 56px;
  font-size: 20px;
  line-height: 21px;
}
}


@media only screen and (max-width: 1120px) and (min-width: 940px) {
.meal-image-content-side> .desktop-image {
  max-width: 500px;
  margin-bottom: -60px;
} 
}

@media only screen and (max-width: 939px) and (min-width: 799px) {
.meal-image-content-side> .desktop-image {
  max-width: 400px;
  margin-bottom: -218px;
} 

.personalized-meal-plan-cta {
  padding-bottom: 40px;
}
}

@media only screen and (max-width: 1000px) and (min-width: 799px) {
.delight-abs-img-1> .desktop-image {
  max-width: 250px;
}
}

.cus-featured-prod-rv-grid-padding {
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 1200px) and (min-width: 1100px) {
.ship-for-free-abs-img-1> .image> .img {
  max-width: 800px;
}

.ship-for-free-abs-img-1 {
  top: unset;
  bottom: 0;
}
}

@media only screen and (max-width: 1099px) and (min-width: 1050px) {
.ship-for-free-abs-img-1> .image> .img {
  max-width: 700px;
}

.ship-for-free-abs-img-1 {
  top: unset;
  bottom: 0;
}
}

@media only screen and (max-width: 1049px) and (min-width: 799px) {
.ship-for-free-abs-img-1> .image> .img {
  max-width: 600px;
}

.ship-for-free-abs-img-1 {
  top: unset;
  bottom: 0;
}
}

.cus-nl-cta-rv {
  display: inline-flex;
  background: #EFC062 !important;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: 'GothamMedium';
  font-size: 12px;
  line-height: 18px;
  padding: 10.5px 8px;
  width: 100%;
  max-width: 110px;
}

.cus-nl-cta-rv:hover {
  color: #000;
}

.custom-newsletter-form-rv {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0;
}

.cus-input::placeholder {
  color: #fff;
  font-size: 13px;
}

.cus-input {
  padding-left: 0 !important;
  min-height: 41px !important;
  padding-right: 0 !important;
}

.is-stretched-width-rv {
  width: 50%;
  min-width: unset !important;
  min-height: 41px;
  padding-left: 8px;
}

.is-field-rv {
  min-width: unset !important;
  width: 33%;
  margin: 5px !important;
}

.cus-control-field-rv {
  width: 100% !important;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 798px) {
.cus-nl-cta-rv {
  font-size: 7px !important;
  padding: 5px;
}

.cus-input {
  min-height: unset !important;
}

.cus-input::placeholder {
  font-size: 10px;
}
}

.bar-text-and-cta {
  display: flex;
  max-width: 816px;
  margin: 0 auto;
  min-height: 49px;
  align-items: center;
}

.bar-text-and-cta> .cus-heading {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 699px) {
.bar-text-and-cta> .cus-heading {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
}

/* @media only screen and (min-width: 769px) {
.bar-text-and-cta> .cus-heading {
  justify-content: space-between;
}
} */

.cus-heading> .cus-bar-link {
  font-family: 'Open Sans';
  font-size: 17.5px;
  line-height: 19px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 113px;
  width: 100%;
  margin-left: 23px;
  padding: 5px 10px;
}

@media only screen and (max-width: 900px) and (min-width: 700px) {
.bar-text-and-cta {
  min-height: 39px;
}

.bar-text-and-cta> .cus-heading {
  font-size: 16px;
}
.cus-heading> .cus-bar-link {
  font-size: 14px;
  min-height: 28px;
  max-width: 92px;
  padding: 2px 0;
  margin-left: 20px;
}
}

@media only screen and (max-width: 699px) {
.bar-text-and-cta> .cus-heading {
  justify-content: center;
}
  
.bar-text-and-cta {
  display: inline-flex;
  padding: 5px 10px;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.bar-text-and-cta> .cus-heading {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.cus-heading> .cus-bar-link {
  font-size: 12.25px;
  max-width: 80px;
  min-height: 24.5px;
  padding: 3px 5px;
  display: inline-flex;
  margin-left: 12.5px;
}
}
 .navbar-dropdown_rv {
      background: #ECF6FF;
      border-bottom-right-radius: 13px;
      border-bottom-left-radius: 13px;
      width: 100%;
      min-width: 131px !important;
      max-width: max-content !important;
    display:none;
      flex-direction: column;
      align-items: center;
      padding: 0 !important;
      opacity:1;
      top: 70% !important;
    }
    .navbar-dropdown_rv::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: rotate(180deg);
      margin-left: -5px;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent white transparent;
  }

    .navbar-item .navbar-item-rv {
      width: 100%;
      justify-content: center;
      border-bottom: 1px solid #3894C1;
      color: #3894C1 !important;
      height: 47px;
      padding-bottom: 0 !important;
    }

    .navbar-item-rv:last-child {
      border-bottom: 0;
    }

    .navbar-item-rv.is-active {
      background: #3894C1;
      color: #fff !important;
    }
    .navbar-item .navbar-item-rv:hover{
  color:white !important;
  background: #3894C1;
 
}
.navbar-item-rv:hover:last-child{
 
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
}
    .navbar-item-rv.is-active:last-child {
      border-bottom-right-radius: 13px;
      border-bottom-left-radius: 13px;
    }

    /* Optional: style the dropdown for screens wider than 798px */
@media (min-width: 798px) {
  .header__item:hover .navbar-dropdown_rv {
    display: flex;
    
}
}

/* HIDE APP CONTENT */
.product_form--dropdown> .htusb-ui-prod-boost-trust-wrapper {
  display: none !important;
}

.custom-max-width-1300px {
  max-width: 1300px;
}
.custom-max-width-1280px{
  max-width: 1280px;
}

.custom_disabled_cta {
  background: #9ba6ab;
  color: #fff;
  font-size: 20px !important;
  line-height: 24px;
  min-height: 48px !important;
  border-radius: 10px;
  text-transform: capitalize;
  width: 100%;
  border: 0;
  cursor: no-drop;
  margin:15px 0 0 0;
}


@media (min-width: 799px) {
  .custom-justify-content-center {
    justify-content: center;
  }
  }
  /* new faq */
.faq-new_container{
  margin: 200px 130px;

}

.faq-new{
  display: flex;
  justify-content: center;
  gap: 80px;
  position: relative;
  
}

.faq-new_left{
  width: 285px;
  position: sticky;
  top: 200px;
  height: 100%;
}

.faq-new_right{
  max-width: 780px;
  

}

.faq-new_title{
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

.faq-new_nav-heading{
  margin-top: 33px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.78px;
  letter-spacing: 0.03em;
  text-align: left;
  text-decoration-skip-ink: none;
  cursor: pointer;
}

.faq-new_question-heading{
  margin: 40px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.03em;
  text-align: left;
  text-decoration-skip-ink: none;
}

.faq-new_question-heading.first{
  margin-top: 0 ;
}

.faq-new_accordion{
  border: none ;
  background-color: transparent ;
  margin-bottom: 20px;
}

.faq-new_panel{
  background: #ECF6FF ;
  width: 97%;
  margin-left: auto;
  max-height: 0;
  text-align: left;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom-right-radius: 50px ;
  border-bottom-left-radius: 50px ;
}

.faq-new_panel p{
  padding: 5px 0;
}

.faq-new_question{
  background-color: #3894C1;
  border-radius: 20px 20px 0 20px ;
  font-weight: 600;
  border-bottom-left-radius: 20px ;
  color: #fff ;
  line-height: 21.6px;
  font-size: 18px ;
  padding: 24px 55px;
  position: relative;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  transition: 0.4s;
  letter-spacing: 0.03em;
  text-decoration-skip-ink: none;
  cursor: pointer;
}


.faq-new_question:after {
  position: absolute;
  right: 55px;
  font-size: 22px;
  content: "+";
  top: 35%;
  content: url(https://cdn.shopify.com/s/files/1/0784/4495/3921/files/accordion-open.svg?v=1737730077);
  float: right;
  margin-left: 5px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.activeFaq:after {
  transform: rotate(-180deg);
}

.faq-new_answer{
  color: #3894C1;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  padding: 35px 55px;
  letter-spacing: 0.03em;
  text-decoration-skip-ink: none;
}

.faq-new_botton-text{
font-size: 18px;
font-weight: 400;
line-height: 21.6px;
text-align: center;
text-decoration-skip-ink: none;
margin-top: 220px;
}

.faq-new_botton-text h4 {
  font-size: 22px;
  line-height: 26.4px;
  text-align: center;
  text-decoration-skip-ink: none;
  margin-bottom: 45px;
}

@media (max-width: 799px) {
  .faq-new_container{
    margin: 143px 30px 50px
  }
  .faq-new{
    flex-direction:column;
    gap: 50px;
  }
  .faq-new_left{
    padding: 0 12px;
    position: static;
    width: 100%;
  }

  .faq-new_title{
    font-size: 35px;
    line-height: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration-skip-ink: none;
    padding-bottom: 5px;

  }

  .faq-new_nav-heading{
    margin-top: 31px;
    font-size: 18px;
  }

  .faq-new_question-heading{
    font-size: 25px;
    line-height: 35px;
    margin: 30px 0;
  }

  .faq-new_accordion{
    margin-bottom: 15px;
  }

  .faq-new_question{
    padding: 25px 50px 25px 25px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.03em;

  }

.faq-new_question:after {
  content: url(/cdn/shop/files/Vector_10.svg?v=1714828882);
  right: 25px;
}

  .faq-new_panel{
    width: 90%;
    border-radius: 0 0 20px 20px;
  }

  .faq-new_panel p{
    margin:0;   
  }

  .faq-new_answer {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    padding: 25px 25px 25px;
  }

  .faq-new_botton-text{
    margin-top: 115px;
    width: 234px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;


  }

  .faq-new_botton-text h4{
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
   margin-bottom: 30px;
  }
}

@media (max-width: 374px){
  .faq-new_left{
    padding: 5px;
  }
  .faq-new_container{
    margin-left: 10px;
    margin-right: 10px; 
  }
}


/* CSS FOR FOOTER */
 @media only screen and (max-width: 480px) {
 .footer__promo-container> .cus-footer-img {
   width: 300px;
   margin-right: 50px;
 }
 }

 @media only screen and (max-width: 390px) {
 .footer__promo-container> .cus-footer-img {
   width: 280px;
   margin-right: 60px;
 }
 }

 @media only screen and (max-width: 350px) {
 .footer__promo-container> .cus-footer-img {
   width: 210px;
   margin-right: 25px;
 }
 }

 /* global styles start */
 .mobile-only{
  display: none ;
 }

 .page-width{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
 }

 .page-padding{
  padding-left: 64px;
  padding-right: 64px;
 }

 .rounded-top-left {
  border-top-left-radius: 200px;
}
.rounded-top-right {
  border-top-right-radius: 200px;
}
.rounded-bottom-left {
  border-bottom-left-radius: 200px;
}
.rounded-bottom-right {
  border-bottom-right-radius: 200px;
}

 @media screen and (max-width: 992px) {
 .mobile-only{
    display: block; 
  }
  .desktop-only{
    display: none;
  }
  .page-padding{
    padding-left: 34px;
    padding-right: 34px;
  }

  .rounded-top-left {
    border-top-left-radius: 150px;
  }
  .rounded-top-right {
    border-top-right-radius: 150px;
  }
  .rounded-bottom-left {
    border-bottom-left-radius: 150px;
  }
  .rounded-bottom-right {
    border-bottom-right-radius: 150px;
  }
 }

 /* global styles */

 /* why partner banner start */

 .wps-bg{
  width: 100%;
  min-height: 1097px;
  position: relative;
  border-radius: 0px 200px 0px 0px;
  background: #F48161;
  bottom: 200px;
 }
 .wps-main-content{
  padding: 60px 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;


 }
 .wps-top-content{
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
 }

 .heading__title{
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1px;
 }

 .heading__title .cus-font-family-hand{
  font-size: 65px;
  font-weight: 400;
 }
 /* .wps-heading .cus-font-family-hand{
  font-size: 50px;
  font-weight: 400;
 } */

 .wps-text{
  text-align: center;
  font-size: 20px;
  font-weight: 325;
  margin-top: 24px;
  margin-bottom: 80px;
 }

 .wps-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
 }

 .wps-cta{
  padding: 16px 30px;
  text-transform: uppercase;
  font-size: 15px;
font-weight: 400;
letter-spacing: 0.45px;
border-radius: 8px;
 }

 .wps-columns{
  display: flex;
  align-items: center;
  gap: 20px;
 }


.wps-cards-left,
.wps-cards-right{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wps-image-center{
  display: none;
}

.wps-bottom-image{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (min-width: 992px){

  .wps-cards-left .it-card:nth-child(1) {
    position: relative;
    left: 56px;
  }
  
  .wps-cards-right .it-card:nth-child(1) {
    position: relative;
    right: 56px;
  }
  .wps-image-center{
    display: flex;
    flex-shrink: 0;
    min-width: 380px;
  }
 .wps-columns{
    gap: 0;
 }

}


 @media screen and (max-width: 992px) {
  .wps-bg{
    bottom: 0;
   
    border-radius: 0 150px 0 0;
  }
 .wps-main-content{
    padding-left: 14px;
    padding-right: 14px;
 }
  .why-partners-section{
    background-color: #3894C1;
    margin-top: -1px; 
   }
   .wps-columns{
    flex-direction: column;
   }

   
  .wps-cards-left,
  .wps-cards-right{
    flex-direction: row;
    width: 100%;
    gap: 20px;
  }

  
 .heading__title{
  text-align: center;
  font-size: 36px;
  line-height: 50px;
 }

 .heading__title .cus-font-family-hand{
  font-size: 46px;
  line-height: 1;
 }

  .wps-text{
    font-size: 18px;
    margin-bottom: 40px;
  }

 .wps-bottom{
  padding-top: 80px;
 }

  /* .wps-bottom-image{
    /* width: 316px; */
    /* height: auto; */  
    /* left: -75.436px; */
    /* bottom: -20px; 
  } */

 }
 /* why partner banner end */

 /* image text card start */
 .it-card{
  display: flex;
  max-width: 418.85px;
  min-height: 260px;
  padding: 20px;
  flex-direction: column;
  align-items: center; 
  gap: 24px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
 }

 .it-card .it-card-content{
  display:  flex;
  flex-direction: column;
  gap: 16px;
  text-align: center; 
 }
 .it-card .it-card-content h3{
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
 }

 .it-card .it-card-content p{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
 }

 @media screen and (max-width: 992px) {
  .it-card{
    width: calc(50% - 10px);
    align-items: flex-start;
  }
  .it-card-icon{
    width: 37.5px;
    height: 37.5px
  }
    .it-card .it-card-content h3{
      font-size: 22px;
      line-height: 26.4px;
      text-align: left;

     } 
     .it-card .it-card-content p{
      font-size: 14px;
      line-height: 21px;
      text-align: left;

     }

 }

 @media screen and (max-width: 410px) {
  .wps-cards-left,
.wps-cards-right{
  gap: 10px;
}
.it-card{
  width: calc(50% - 5px);
}
 }
 /* image text card end */

 /* images and text start */
.iat-main-content{
  min-height: 545px;

}

.iat-main-content{
  display: flex;
  justify-content: space-between;
  padding-right: 64px;
}

.iat-left,
.iat-right{
  width: 50%;
}

.iat-left{
  background-repeat: no-repeat;
  background-position: center;
}
.iat-image-2{
max-width: 360px;
max-height: 544px;
margin-left: 44px;
}

.iat-right{
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 661px;
}

.iat-cards{
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 559px;
}

.iat-card{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 16px;
border: 2px solid #3894C1;

background-color: #ECF6FF;
}

.iat-card-step,
.iat-card-title{
  font-family: 'GothamBold', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

.iat-card-title{
  width: 160px;

}

.iat-card-text{
  font-size: 16px;
  font-weight: 325;
  line-height: 24px;
  text-align: left;
}

.iat__title{
  text-align: left;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .iat-main-content {
    flex-direction: column;
    max-height: fit-content;
    padding-left: 0;
    padding-right: 0;
  }
  .iat-left,
  .iat-right{
    width: 100%;
  }
  .iat-right{
    align-items: center;
    padding-left: 34px;
    padding-right: 34px;
  }

  .iat-card{
    flex-wrap: wrap;
  }

  .iat-left{
    background-size: contain;
    min-height: 382px;
  } 
  
  .iat-image-2{
    max-width: 253px;
    max-height: 382px;
    }
}

 /* images and text end */

 /* image columns start */
  .imc-columns{
    display: flex;
  gap: 48px; 
  margin-top: 80px;
  justify-content: center;
  }
  .imc-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    max-width: 335px;
  }
  .imc-heading{
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
  }

  .imc-image{
    height: 280px;
    width: 280px;
    border-radius: 500px;
    margin-bottom: 32px;
  }

  .imc-column-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
    
  }

  .imc-column-text{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  @media screen and (max-width: 992px) {
    .imc-columns{
      flex-direction: column;
      gap: 60px;

    }

  .imc-heading{
    max-width: 372px;
  }
 
  .imc-image{
    margin-bottom: 30px;
    width: 200px;
    height: 200px;
  }

  .imc-column-title{
    font-size: 22px;
  }
    
  }

 /* image columns end */
  
 /* affiliate banner start */
 .affiliate-banner{
  border-bottom-left-radius: 200px;
  background-color: white;
 }
 .afb-wrapper{
 background-color: #3894C1;
 }
 .afb-heading{
  max-width: 715px;
margin-left: auto;
margin-right: auto;
margin-bottom: 24px;
 }

 .afb-main-container{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 64px;
  padding-right: 64px;
 }

  @media screen and (max-width: 992px) {
    .affiliate-banner{
      border-bottom-left-radius: 150px;
     }
     .afb-main-container{
      padding-left: 14px;
      padding-right: 14px;
     }
  }
 /* affiliate banner end */

 /* Info Blocks with Image Start */
 .info-blocks-with-image{

  min-height: 704px;
  display: flex;
  align-items: center;
  gap: 49px;
 }

 .ibi-wrapper{
  border-radius: 200px 0px 0px 0px;
  background: #ECF6FF;
 }

 .ibi-heading{
  max-width: 625px ;
  text-align: left;
  margin-bottom: 30px;
 }

 .ibi-main-text{
  margin-bottom: 60px;
  font-size: 20px;
  font-style: normal;
  font-weight: 325;
  line-height: 30px;
 }

 .ibi-left{
  max-width: 713px;
 }

 .ibi-right{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-self: flex-end;
 }

 .ibi-blocks{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
 }

 .ibi-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: calc(50% - 15px);
 }

 .ibi-block-title{
  font-family: "GothamMedium"; 
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  margin-bottom: 10px;
 }

 .ibi-block-description{
  font-size: 16px;
  font-weight: 400;
  line-height:24px;
 }

 .ibi-block-description ul{
  list-style-type: disc;
  padding-left: 20px;
 }

 @media screen and (max-width: 1250px) and (min-width: 992px) {
  .ibi-left{
    max-width: 513px;
  }
 }

 @media screen and (max-width: 992px) {
  .ibi-wrapper{
      border-radius: 150px 0px 0px 0px;
  }
  .ibi-main-text{ 
    font-size: 18px;
    line-height: 27px;
   }
   .ibi-right.desktop-only{
    display: none;
   }
  .ibi-blocks{
    flex-direction: column;
    align-items: center; 
  }
  .ibi-block {
    width: 100%;
  }
 }
 /* Info Blocks with Image End */

 /* Why choose nextrition start */
 .wcn-wrapper{
  background: #3894C1;
  overflow: hidden;

 }

 .why-choose-nextrition{
  height: 637px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;

 }
 
 .wcn-left{
  max-width: 689px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 64px;
  z-index: 3;
 }

 .wcn-heading{
  text-align: left;
  line-height: 50px;
 }
@media screen and (min-width: 992px) {
  .wcn-heading .cus-font-family-hand {
   line-height: 70px;
  }
 
  .wcn-heading:has(.cus-font-family-hand) {
   line-height: 70px;
  }
  
}

 .wcn-main-text{
  font-size: 18px;
  font-weight: 325;
  line-height: 27px;
 }

 .image-adjustment--adj-2 .wcn-main-text{
   font-size: 20px;
   font-weight: 325;
   line-height: 1;
 }

 .wcn-cta{
  padding: 16px 30px;
  width: fit-content;
  max-width: fit-content;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.45px;
  text-transform: uppercase;
 }

 .wcn-right{
  position: relative;
 }

 .image-adjustment--adj-1 .wcn-image-1{
  position: relative; 
  z-index: 1;
  left: 50px;
  width: 771px;
  height: auto;

 }
 .image-adjustment--adj-2 .wcn-left{
  position: relative;
  margin-left: 64px;
  padding: 0 0 64px 64px;
 }

 .image-adjustment--adj-2 .wcn-left .wcn-main-text{
  text-wrap: nowrap;
 }

 .image-adjustment--adj-2 .wcn-right{
  max-width: 50%;
  align-self: flex-end;
  margin-right: 64px;
  width: 100%;
  height: 100%
 }
 .image-adjustment--adj-2 .wcn-image-1{
  width: 506px;
  height: auto;
  position: absolute;
  bottom: 55px;
  right: 362px;
  z-index: 1;
  opacity: 0.5;
 }

 .wcn-image-rotate{
  transform: scaleX(-1)
 } 

 .image-adjustment--adj-1 .wcn-image-2{ 
  position: absolute;
  z-index: 2;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  width: 425px;
  height: auto;
  box-shadow: 50px 32px 28.7px 0px rgba(0, 0, 0, 0.25);
  border-radius: 500px; 
 } 
 .image-adjustment--adj-2 .wcn-image-2{
    position: absolute;
    z-index: 2;
    max-width: 1107px;
    width: 1107px;
    height: auto;
    right: -125px;
    bottom: 0;
 } 

 @media screen and (max-width: 1100px) and (min-width: 992px) {
  .image-adjustment--adj-1 .wcn-image-1{
    position: relative;
    width: 671px;
   }

   .image-adjustment--adj-1 .wcn-image-2{ 
    right: 32px;
    width: 310px;
   }  

   .wcn-left{
    flex: 1;
   }
   .wcn-right{
    flex: 1;
   }
   .image-adjustment--adj-2  .wcn-left{
    margin-left: 0;
   }
  .image-adjustment--adj-2 .wcn-image-1{
    right: 250px;
  }
   .image-adjustment--adj-2 .wcn-image-2{
    right: -325px;
 } 
}

 @media screen and (max-width: 992px) {
  
  .why-choose-nextrition{
    flex-direction: column;
    height: auto;
  }

  .image-adjustment--adj-1.why-choose-nextrition  {
    gap: 80px;
  }

  .image-adjustment--adj-1 .wcn-left{
    padding-left: 34px;
    padding-right: 34px;
    align-items: center;
  }
 .image-adjustment--adj-2 .wcn-left{
  padding: 0 34px 0 34px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
 }
 .image-adjustment--adj-2 .wcn-left .wcn-main-text{
  text-wrap: wrap;
 }
  .image-adjustment--adj-1 .wcn-right{
    width: 100%;
    height: 355px;
  }
  .image-adjustment--adj-2 .wcn-right{
    margin: 0;
    max-width: 100%;
  min-height: 355px;
  }

  .image-adjustment--adj-1 .wcn-image-1{
  position: absolute;
  left: -67px;
  bottom: -71px; 
  max-width: 418px;
 }
  .image-adjustment--adj-2 .wcn-image-1{
    width: 324.209px;
    position: absolute;
    left: -35.548px;
    bottom: -20.009px;
  }
  .image-adjustment--adj-1 .wcn-image-2{
    max-width: 354px;
    height: auto;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .image-adjustment--adj-2 .wcn-image-2{
    
      right: -50px;
      width: 575px;
  }

  .wcn-main-text,
  .wcn-heading{
    text-align: center;
  }
 }

 @media screen and (max-width: 430px) {
  .image-adjustment--adj-1 .wcn-image-2{
    max-width: 80vw;
    height: auto;
  }
 }
 
 /* Why choose nextrition end */

/* custom_cart_popup start */
  .featured-product-modal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .featured-product-modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 100%;
    max-width: 880px;
    box-shadow: 0 4px 4px 0 #0000004d;
    border-radius: 20px;
  }

  .featured-product-close {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    font-family: 'GothamBook';
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .custom_cart_popup .slider-max-width {
    max-width: 50%;
  }
  .custom_cart_popup .swiper-main {
    margin-bottom: 30px;
  }
  .custom_cart_popup .featured-product-close:hover,
  .custom_cart_popup .featured-product-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .cust-prod-form {
    display: flex;
    justify-content: center;
  }

  @media only screen and (max-width: 798px) {
    .custom_cart_popup .slider-max-width {
      max-width: 95%;
    }
    .featured-product-modal {
      padding: 15px;
    }

    .featured-product-modal-content {
      padding: 18px;
    }
    .featured-product-close {
      top: 12px;
      right: 12px;
    }
    .smart-payment-button--true .purchase-details {
      padding: 0;
    }
  }
  .custom_cart_popup .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-height: 263px;
    border-radius: 5px;
  }

  .custom_cart_popup .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .custom_cart_popup .mySwiper2 {
    width: 100%;
    border-radius: 20px 20px 20px 0;
  }

  .custom_cart_popup .mySwiper {
    height: 30%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .custom_cart_popup .mySwiper .swiper-slide {
    height: 80px;
  }

  .custom_cart_popup .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .custom_cart_popup .mySwiper2 > .swiper-wrapper > .swiper-slide > img {
    border-radius: 20px 20px 20px 0;
    object-fit: contain;
  }
  @media only screen and (max-width: 410px) {
    .custom_cart_popup .swiper-slide img {
      max-height: 200px;
    }
    .modal-featured-product-paragraph {
      font-size: 14px;
    }
    .featured-product-modal-content {
      padding: 12px;
    }
    .modal-featured-product-title {
      padding-top: 14px;
      margin-bottom: 12px;
      font-size: 18px;
    }
    .modal-featured-product-paragraph {
      margin-bottom: 0;
    }
    .main-quan-box {
      padding-bottom: 12px;
    }
  }
  .modal-featured-product-thumbnail{
    cursor: pointer;
  }
/* custom_cart_popup end */


/* pdp price-widget start */

.price-widget{
  display: flex;
  align-items: center;
  gap: 24px;
}

.product-price-discounted{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Inter';
  color: #008000;
}

.product-price-original{
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Inter';
  color: #808080;
  text-decoration: line-through;
}

.buy-opt-price .product-price-discounted{
  font-family: 'Inter';
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.buy-opt-price .product-price-original{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.product-price-main {
font-family: 'Inter';
font-weight: 600;
font-size: 18px;
line-height: 28px;
}

.product-price-main.is-green {
color: #008000;
}
.product-price-undiscounted{
font-family: 'Inter';
font-weight: 600;
font-size: 18px;
line-height: 28px;
color: #959595;
margin-left:16px;
text-decoration: line-through;
}


.subscription-save-badge,
.one-time-discount-badge{
  font-weight: 600;
font-size: 12px;
color: #fff;
font-family: 'Inter';
background-color: #0D96C3;
border-radius: 4px;
padding: 4px 8px;
line-height: 14px;
margin-left: 18px;

}
/* pdp price-widget end */

/* Buy Options Styles start */
.sub-n-save-label{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-n-save-label p {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.sub-n-save-label .product-price-original{
  margin-left: 16px;
  
}


ul.subscription-benifits {
  display: flex;
  flex-direction: column;
  list-style: none; 
  padding-left: 32px; 
  padding-top: 24px;
  padding-bottom: 0;
  gap: 10px;
}

ul.subscription-benifits li {
  position: relative;
  padding-left: 32px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: black;
}

ul.subscription-benifits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0; /* Adjust vertically */
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sub-benifits-2{
  padding-top: 16px !important;
  padding-bottom: 24px !important;
}

.one-time-option.product-price-main {
  /* font-size: 20px;
  font-family: 'GothamBook'; */
  padding-top: 0;
}

.buy-options .subscription-duration-select{
  width: 100%;
  border: 1px solid black;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 27px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  
}
.buy-options .subscription-duration-select label{
  min-width: 110px;
}

.buy-options .subscription-duration-select label,
.buy-options .subscription-frequency-select{
  font-family: 'Inter';
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.buy-options .subscription-frequency-select{
  width: 100%;
  background-color: transparent;
  appearance: none;           /* Removes default arrow (for most browsers) */
  -webkit-appearance: none;
  -moz-appearance: none;

}

.buy-options .subscription-duration-select:after{
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13.5431 7.51527C13.6068 7.45512 13.6817 7.4081 13.7635 7.37689C13.8453 7.34568 13.9325 7.33089 14.02 7.33337C14.1075 7.33584 14.1937 7.35554 14.2736 7.39132C14.3536 7.42711 14.4257 7.47829 14.4858 7.54193C14.5459 7.60558 14.593 7.68045 14.6242 7.76227C14.6554 7.84409 14.6702 7.93126 14.6677 8.01879C14.6652 8.10633 14.6455 8.19252 14.6097 8.27244C14.574 8.35236 14.5228 8.42446 14.4591 8.4846L8.45914 14.1513C8.33536 14.2683 8.17148 14.3335 8.00114 14.3335C7.83079 14.3335 7.66692 14.2683 7.54314 14.1513L1.54247 8.4846C1.47743 8.42485 1.42491 8.35278 1.38796 8.27256C1.35101 8.19234 1.33037 8.10558 1.32723 8.01732C1.32409 7.92905 1.33853 7.84105 1.36969 7.75841C1.40085 7.67577 1.44813 7.60015 1.50876 7.53594C1.5694 7.47172 1.64219 7.4202 1.72291 7.38435C1.80363 7.34851 1.89066 7.32906 1.97896 7.32714C2.06726 7.32521 2.15506 7.34086 2.23726 7.37315C2.31946 7.40545 2.39443 7.45375 2.4578 7.51527L8.00114 12.7499L13.5431 7.51527Z' fill='%23808080'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

.buy-opt-price{
  justify-content: flex-end;
}

.show-on-selected{
  display: none;
}

.selected-option .show-on-selected{
  display: block;
}

.sub-n-save-text{
  align-items: center;
}

@media screen and (max-width: 1150px){
  .subscription-save-badge,
  .one-time-discount-badge{ 
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .sub-n-save-label{
    align-items: center;
    justify-content: space-between;
    gap: 5px;
  }
  .buy-opt-price{
    justify-content: flex-start;
  }

ul.subscription-benifits li::before {
  width: 16px;
  height: 16px;
}

.buy-options .subscription-duration-select label,
.buy-options .subscription-frequency-select{
  font-size: 14px;
}

}

@media screen and (max-width: 768px) {

.product-price-discounted{
font-family: 'Inter';
font-weight: 600;
font-size: 18px;
line-height: 28px;
}

.product-price-original{
font-family: 'Inter';
font-weight: 400;
font-size: 18px;
line-height: 28px;
}

.buy-opt-price .product-price-discounted,
.product-price-main
{
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.product-price-undiscounted,
.buy-opt-price .product-price-original{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-right: 8px;
}


  
  .buy-options .subscription-frequency-select{
    width: 100%; 
  }

  .buy-options .subscription-duration-select label{
    min-width: 106px;
  }

  .sub-n-save-label p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }

  .buy-options .radio-btn-cta-text{
    padding: 16px 24px;
  }

  ul.subscription-benifits {
   
    padding-top: 15px;
    padding-bottom: 0;
    gap: 8px;
  }
  
  ul.subscription-benifits li {
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    padding-left: 24px;
  }

  .one-time-option.product-price-main {
    font-size: 14px;
  }

.buy-options .subscription-duration-select{
padding: 10px 15px;

}

.subscription-bonuses{
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

}

/* Buy Options Styles end */

/* global styles start */
.flex{
  display: flex;

}

.flex-row{
  flex-direction: row;
}

.justify-end{
  justify-content: flex-end;
}

.toc { 
  background: #f9f9f9; 
  padding: 15px; 
  border: 1px solid #ddd; 
  margin-bottom: 20px; 
  border-left: 4px solid #0d96c3;
}

.toc strong { 
  color: #0d96c3; 
  display: block; 
  margin-bottom: 10px; 
  font-size: 1.1em; 
}

.toc ul { 
  list-style: none; 
  padding-left: 0; 
}

.toc li { 
  margin: 5px 0; 
}

.toc li a { 
  text-decoration: none; 
  color: #0d96c3; 
  transition: color 0.3s;
}

.toc li a:hover { 
  color: #0b6f91; 
}

.toc-h3 { 
  margin-left: 15px; 
  font-size: 0.9em; 
}

.toc li a.active {
  font-weight: bold;
  color: #0d96c3;
}

.cus-input {
  padding-left: 20px !important;
}

.cus-input::placeholder {
  color: #0d96c3;
}

.cus-input:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .sidebar-section {
    position: sticky;
    top: 120px; 
    align-self: start;
  }
}
.desktop-only-toc { display: block; }
.mobile-only-toc { display: none; }

@media (max-width: 768px) {
  .desktop-only-toc { display: none; }
  .mobile-only-toc { display: block; }
}
/* global styles end */

/* collection price start */
.collection-price-discounted{
  line-height: 1.5;
  text-decoration: none;
  color: #008000;
}

.collection-main-price{
  flex-direction: row !important;
  gap: 10px;
}
/* collection price end */

/* Yotpo start */
.yotpo-sr-bottom-line-button .yotpo-sr-bottom-line-text, .yotpo-sr-bottom-line-button .yotpo-sr-bottom-line-score {
  font-size: 'Inter' !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  padding-left: 8px !important;
}

 .yotpo-sr-bottom-line-button{
    display: flex !important;
    align-items: center !important;
  }
/* Yotpo end */

/* new find out start */

@media screen and (min-width: 992px) {
.product__information.one-half{
  width: calc(53% - 20px);
  max-width: 628px;
} 
.product__images.one-half{
  width: calc(47% - 20px);
  max-width: 543px;
}
}
.find-out-text{ 
  display: flex;
  align-items: center;
  gap: 8px;
  color: #808080;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
}
.find-out-link{
  color: #0D96C3;
  border-bottom: 1px solid #0D96C3;
}
.find-out-link:hover{
 border-bottom: none;
}

/* new find out end */
.choice-heading{
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}

/* new variant selector start */
.food-var-select{
 width: 100%;
}
.variant-name{
  font-family: 'Inter';
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 4px;
}
.variant-price{
  font-family: 'Inter';
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #808080;
}
.variant-price-2{
  font-family: 'Inter';
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #808080;
  margin-bottom: 4px;
}
.variant-price-2 .price-2-value{
   text-decoration: line-through;
}
.variant-attribute{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: white;
    background-color: #008000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
    padding: 4px 0;
}

.discount-text{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: white;
    background-color: #808080;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; */
    text-align: center;
    padding: 4px 0;
}

.variant-selector-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}


.variant-scroller {
  display: flex;
  scroll-behavior: smooth;
  overflow: visible;

  /* hide scrollbar but keep scrolling */
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}

.product-block--features,
.product-features{
  /* hide scrollbar but keep scrolling */
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}

.product-block--features::-webkit-scrollbar,
.variant-scroller::-webkit-scrollbar,
.product-features::-webkit-scrollbar {
  display: none;             /* Chrome, Safari */
}

.scroller-arrows {
    display: none;
   }

@media screen and (max-width: 1250px){
  .variant-scroller {
    overflow: auto;
    max-width: 50vw;
    padding: 4px;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    
  }

    .scroller-arrows{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 798px) {
  .variant-scroller {
    max-width: 95vw;
  }

}

.scroller-arrow-left,
.scroller-arrow-right{
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  outline: none; 
  padding: 0;
  cursor: pointer;
}
.scroller-arrow-left svg {
  transform: rotate(180deg);
}

/* new variant selector end */

/* add to cart start */
.add-to-cart-container{
    display: flex;
    gap: 24px;
}

.food-qty-selector{
 max-width: 112px;
 max-height: 56px;
 border: 1px solid #808080;
 border-radius: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
}

@media screen and (max-width: 768px) {
  .food-qty-selector {
    max-width: 87px;
    max-height: 40px;
  }

  .food-qty-selector .quantity-wrapper.quantity-style--box .quantity-plus {
  width: 16px;
  height: 16px;
  margin: 10px 10px 10px 0;

}

.food-qty-selector .quantity-wrapper.quantity-style--box .quantity-minus {
  width: 16px;
  height: 16px;
  margin: 10px 0 10px 10px;
}

.food-qty-selector .quantity-wrapper .quantity-input {
  width: 25px !important;
  min-width: 16px;
}

.add-to-cart-container{
  gap: 16px;
}
 
}

/* add to cart end */

/* ajax cart selling plan start */
    .subscription-switch { position: relative; display: inline-block; width: 32px; height: 16px;  }
    .subscription-switch input { display: none; }
    .subscription-slider { 
      position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; 
      background: #ddd; border-radius: 24px; transition: .3s ease; 
    }
    .subscription-slider:before { 
      position: absolute; content: ""; height: 12px; width: 12px; left: 2px; top: 2px; 
      background: #fff; border-radius: 50%; transition: .3s ease; 
      box-shadow: 0 1px 3px rgba(0,0,0,.2); 
    }
    .subscription-switch input:checked + .subscription-slider { background: #28a745; }
    .subscription-switch input:checked + .subscription-slider:before { transform: translateX(15px); }
    .subscription-toggle-label { 
      vertical-align: middle; display: inline-block; font-size: 13px; color: #333; 
      font-weight: 500; 
    }
    .toggle-subscription { 
      display: flex; align-items: center;  
    }
    .ajax-cart__subscribed{
      display: flex;
      gap: 4px;
    }
    .ajax-cart__subscribed p{
      font-family: 'Inter';
      font-weight: 500;
      font-size: 10px;
      line-height: 14px;
      color: #008000
    }
    .ajx-divider{
      border-left: 1px solid #d8d8d8;
      height: 16px;
      align-self: center;
      display: block;
      margin: 0 4px;
    }

    .ajax-cart__selling-plan-select{
      border: none;
      outline: none;
      border-radius: 4px;
      color: #808080; 
      font-family: 'Inter';
      font-size: 10px;
      line-height: 14px;
      padding-right: 8px;
    }
/* ajax cart selling plan end */

/* Ajax Cart Recommended Products */
.ajax-cart__recommended-products {
  margin-top: 22px;
  padding-top: 20px;
}

.ajax-cart__recommended-products h2 {
  font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    text-align: left;
}

.ajax-cart__recommended-products-list {
  display: flex;
  flex-direction: column;
 
}

.ajax-cart__recommended-product {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px 0;
  border-bottom: 1px solid #D8D8D8;
}

.ajax-cart__recommended-product:last-child {
  border-bottom: none;
}

.recommended-product__image {
  flex-shrink: 0;
  width: 85px;
  height: 85px;
}

.recommended-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.recommended-product__details {
  flex-grow: 1;
  min-width: 0;
  padding: 15px 0;
}

.recommended-product__title {
    margin: 0 0 5px 0;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.recommended-product__title a {
  color: #333;
  text-decoration: none;
}

.recommended-product__title a:hover {
  color: #666;
}

.recommended-product__price {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.recommended-product__current-price {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

.recommended-product__compare-price {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  text-decoration: line-through;
}

.recommended-product__variant {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #808080;
}

.recommended-product__variant-select{
  border: none;
  outline: none;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #808080;

}

.recommended-product__add-to-cart {
  flex-shrink: 0;
}

.recommended-product__add-button {
  width: 24px;
  height: 24px;
  border: 2px solid #808080;
  border-radius: 50%;
  background: white;
  color: #808080;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0;
}

.recommended-product__add-button:hover {
  border-color: #333;
  color: #333;
  background: #f8f8f8;
}

.recommended-product__add-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.recommended-product__add-button:disabled:hover {
  border-color: #ccc;
  color: #666;
  background: white;
}

.recommended-product__add-button svg {
  width: 14px;
  height: 14px;
}
 .ajax-cart__bottom-text{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    color: #808080;
    text-align: center;
    margin-top: 16px;
  }
/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .ajax-cart__recommended-product {
    gap: 12px;
    padding: 12px 0;
  }
  
  .recommended-product__image {
    width: 70px;
    height: 70px;
  }
  
  .recommended-product__title {
    font-size: 14px;
  }
  
  .recommended-product__current-price {
    font-size: 14px;
  }
  
  .recommended-product__add-button {
    width: 36px;
    height: 36px;
  }
 
}
/* Ajax Cart Recommended Products End */

.free-gift-qty{
  font-family: 'Inter';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px; 
  padding: 4px 8px;
  border: 1px solid #808080;
  border-radius: 8px;
  margin-left: 5px;
}
.free-gift-text{
  font-family: 'Inter';
  font-size: 12px;
  line-height: 16px;
  color: #008000;
}
#preferred-gift{
  padding: 2px;
  border: none;
  border-bottom: 1px solid #808080;
  /* text-align: center; */
  outline: none;
  box-shadow: none;
  font-size: 12px;
}
.is-loading[data-ajax-cart-content],
.is-loading[data-ajax-cart-content] * {
  
  cursor: wait !important;
}