/** Shopify CDN: Minification failed

Line 627:2 Expected "{" but found "footer"
Line 633:0 Unexpected "}"

**/
/* helping classes */

.hover_link:hover,
.hover_link:hover span {
  color: #e20613 !important;
  text-decoration: none;
}
.link,
.customer a {
  font-size: 1.6rem;
}
.title span {
  font-family: "Kokoschka-Print";
}

/* announcement-bar */

.announcement-bar__message-container{
  width: 100%;
}

.announcement-icons {
  display: none;
}
@media (min-width: 1024px) {
  .announcement-bar__message-container{
    width: 70%;
  }
  .announcement-bar .page-width {
    position: relative;
  }
  .announcement-bar .announcement-icons {
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
  }
  .announcement-icons .list-social__link {
    
  }
  .announcement-bar__message {
    width: 100%;
    margin: auto;
  }
}

/* header */

header.header {
  align-items: baseline;
}

.header__inline-menu search-form .field,
.header__inline-menu search-form input[type="search"] {
  position: relative;
  margin: 0;
}

main-search input[type="search"] {
  padding: 15px;
  color: #000092 !important;
  border-color: #000092;
}

main-search .field__label {
  color: #000092 !important;
}

.header__inline-menu search-form input[type="search"] {
  padding: 15px;
  color: #cfcaca !important;
  border-color: #d5d5d5;
  background-color: #ffffff;
  border-radius: 0;
  min-width: 300px;
}
.header__inline-menu search-form .field__label {
  color: #cfcaca !important;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.header__inline-menu search-form label,
main-search label{
  color: #f2f2f6;
}
.header__inline-menu search-form button,
main-search button {
  position: absolute;
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%);
}

main-search button {
  cursor: pointer;
}

main-search .reset__button {
  margin-right: 3rem;
}

.header__inline-menu search-form {
  flex: 0 1 200px;
}

.header__inline-menu {
  padding: 10px 40px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.header__inline-menu .list-menu--inline {
  justify-content: center;
  display: flex;
  flex: 0 1 auto;
  gap: 3px 20px;
}
.header__inline-menu .list-menu__item {
  padding: 5px;
}
.header__active-menu-item,
.header__menu-item:hover .header__active-menu-item {
  text-decoration: none;
}
.header__active-menu-item {
  color: #e20613 !important;
}
.header-bg_image .header__icons {
  --color-foreground: 255, 255, 255;
  gap: 20px;
}
.header-bg_image .header__icons search-form {
  --color-foreground: 255, 103, 139;
  gap: 20px;
}
header .header__icons {
  width: 100%;
  justify-content: end;
}
.header__icon--cart {
  margin-right: 0;
}
.header__icon,
.header__icon:not(.header__icon--summary) {
  text-decoration: none;
  width: fit-content;
  gap: 5px;
}

.header__icon .icon {
  height: 3rem;
  width: 3rem;
}
.header__icon span {
  display: block;
  text-decoration: none;
  height: fit-content;
}

@media (max-width: 990px) {
  header.header {
    align-items: center;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .header-bg_image .header__icons {
    gap: 10px;
    width: fit-content;
  }
  .header__icon,
  .header__icon .icon,
  .header__icon--cart .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  header .header__icon .icon.icon-hamburger {
    width: 3rem;
    height: 3rem;
  }

  header header-drawer {
    margin-left: 0;
  }
  header-drawer .header__icon span {
    display: block;
  }
  .header__icon.header__icon--search span {
    display: block !important;
  }
  header-drawer .st0 {
    fill: rgb(var(--color-foreground));
  }
  .menu-drawer__navigation {
    padding-bottom: 4rem;
  }
  .menu-drawer__account {
    margin-bottom: 0;
  }
}

/* cb-SlideShow */

.slideshownew .multicolumn-card .multicolumn-card__image-wrapper {
  position: relative;
  margin-left: unset;
  margin-right: unset;
}
.feature-collection-wrapper, .collection-list{
  width: 100%;
  display: grid;
}
.card-wrapper{
  width: 100px;
}
.grid-item{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: auto;
  min-height: 250px;
}
.collection-list-grid-item{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: auto;
}

@media only screen and (max-width: 989px) {
    .feature-collection-wrapper{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
  }
    .grid-item{
      width: 20%;
      min-width: 147px;
    }
}
@media only screen and (max-width: 750px) {
    .collection-list{
      display: flex;
      justify-content: center;
      text-align: center;
      flex-direction: column;
    }
    .grid-item{
      width: 100%;
      min-width: 100%;
    }
}
.slideshownew .multicolumn-list {
  gap: unset;
  padding-left: unset;
  padding-right: unset;
}
.banner--content-align-center {
  align-items: center;
  text-align: center;
}
.banner--content-align-left {
  align-items: start;
  text-align: left;
}
.banner--content-align-right {
  align-items: end;
  text-align: right;
}
.slideshownew .multicolumn-card .multicolumn-card__info {
  position: absolute;
  top: auto;
  bottom: auto;
  transition: 0.3s all ease;
}
.slideshownew .multicolumn-card .multicolumn-card__info .banner__box {
  max-width: 480px;
}
.slideShowNewSwiper .multicolumn-card-spacing {
  padding-top: 0;
}
.slideShowNewSwiper .swiper-pagination-bullet {
  border: 1px solid rgba(var(--color-button), var(--alpha-button-background));
  background: transparent;
}
.slideShowNewSwiper .swiper-pagination-bullet-active {
  background: rgba(var(--color-button), var(--alpha-button-background));
}
.slideshownew .slideshowmobile-image .media--portrait,
.slideshownew .slideshowmobile-image .placeholder__svg {
  padding-bottom: 140% !important;
}
.slideshownew .slideShowNewSwiper .swiper-button {
  background: transparent;
}
.slideshownew .swiper-button svg path {
  fill: white;
}
.slideshownew .slideShowNewSwiper .swiper-button:hover svg path {
  fill: black;
}
.slideshownew .multicolumn-card .multicolumn-card__info .banner__box h2 {
  margin-bottom: 24px;
  margin-top: unset;
  line-height: 52px;
}
.slideshownew .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.slideshownew .placeholder__svg,
.image-with-pagination .placeholder__svg {
  padding-bottom: 40%;
  background: #dbdeee;
}
.slideshownew .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  opacity: 1;
}
.slideshownew .slideShowNewSwiper .swiper-button:after {
  content: unset;
}
.slideshownew .slideShowNewSwiper .swiper-button {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 25px);
  right: 63px;
  background: white;
  border-radius: 50%;
  transition: 0.3s fill ease;
}
.slideshownew .slideShowNewSwiper .swiper-button.swiper-button-prev {
  left: 63px;
}
.slideshownew .multicolumn-list__item .media--adapt .multicolumn-card__image {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .slideshownew .multicolumn-card .slideshow__content--top-left {
    top: 0;
    left: 0;
  }
  .slideshownew .multicolumn-card .multicolumn-card__info {
    padding: 6rem 4rem !important;
  }
  .slideshownew .multicolumn-card .slideshow__content--top-center {
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .slideshownew .multicolumn-card .slideshow__content--top-right {
    top: 0;
    right: 0;
  }
  .slideshownew .multicolumn-card .slideshow__content--middle-left {
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
  .slideshownew .multicolumn-card .slideshow__content--middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slideshownew .multicolumn-card .slideshow__content--middle-right {
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
  }
  .slideshownew .multicolumn-card .slideshow__content--bottom-left {
    bottom: 0;
    left: 0;
  }
  .slideshownew .multicolumn-card .slideshow__content--bottom-center {
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .slideshownew .multicolumn-card .slideshow__content--bottom-right {
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 749px) {
  .slideshownew .slideShowNewSwiper .swiper-button {
    right: 30px;
  }
  .slideshownew .slideShowNewSwiper .swiper-button.swiper-button-prev {
    left: 30px;
  }
  .slideshownew .multicolumn-card .multicolumn-card__info {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
  }
  .slideshownew .multicolumn-card .multicolumn-card__info .banner__box {
    text-align: center;
  }
  .slideshownew .swiper-slide {
    height: auto;
  }
  .slideshownew .multicolumn-card__image-wrapper,
  .slideshownew .swiper-slide .media {
    height: 100%;
  }
  .slideshownew .multicolumn-card .multicolumn-card__info .banner__box {
    width: 90%;
    margin: 0 auto;
  }
}

/* cb-featured-collection */

.collection__title.title-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}
.collection-slider--button {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.collection__title.title-wrapper hr {
  grid-column-start: 1;
  grid-column-end: 3;
  height: 1px;
  margin: 0;
}
.collection-slider--button .swiper-button-prev,
.collection-slider--button .swiper-button-next {
  position: static;
  transform: unset;
  width: 30px;
  height: 30px;
}
.collection-slider--button .swiper-button-prev:after,
.collection-slider--button .swiper-button-next:after {
  font-size: 20px;
  font-weight: 600;
}
.cb-featured-collection .product-grid {
  padding-left: 0;
}

.cb-featured-collection .quick-add {
  margin-bottom: 0;
}
.quantity {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid grey;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.product-weight {
  color: rgb(var(--color-foreground));
  margin: 0;
  letter-spacing: 0;
}
.cart-notification {
  --color-foreground: 255, 103, 139;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.quantity input {
  border-radius: 0;
  color: rgb(var(--color-foreground));
  text-align: center;
  border-top: 0;
  border-bottom: 0;
}
.quantity button {
  background: grey;
  color: #fff;
  cursor: pointer;
}
.quantity .quantity__button.disabled {
  opacity: 1;
  cursor: not-allowed;
}
.quantity svg {
  width: 10px;
  height: 10px;
}

@media (max-width: 768px) {
  .cb-featured-collection .grid__item .product-card-wrapper {
    padding: 10px;
  }
  .cb-featured-collection .title-wrapper {
    align-items: baseline;
  }
}

/* cb-trust-columns */

.cb-trust-columns .section-header {
  margin-bottom: 30px;
}
.cb-trust-columns h2.title,
.cb-trust-columns hr {
  margin: 0;
  margin-bottom: 5px;
}
.cb-trust-columns .cb-trust-columns-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cb-trust-columns .cb-column-item {
  border-right: 5px dotted;
  padding: 20px 30px;
}
.cb-trust-columns .cb-column-item:last-of-type {
  border-right: 0;
}
.cb-trust-columns .cb-column-item .cb-column-image {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.cb-trust-columns .cb-column-item .cb-column-image,
.cb-trust-columns .cb-column-item .cb-column-image .media,
.cb-trust-columns .cb-column-item .cb-column-image img {
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
  background: transparent;
}
.cb-trust-columns .cb-column-item .cb-column-image img {
  object-position: bottom;
  object-fit: contain;
}
.cb-column-content h3.h2.title {
  font-size: 26px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .cb-trust-columns .section-header {
    margin-bottom: 0px;
    text-align: center;
  }
  .cb-trust-columns .cb-trust-columns-wrapper {
    grid-template-columns: 1fr;
  }
  .cb-trust-columns .cb-column-item {
    border-right: 0;
    border-bottom: 3px dotted;
  }
  .cb-trust-columns .cb-column-item:last-of-type {
    border-bottom: 0;
  }
  .cb-trust-columns .cb-column-item .cb-column-image,
  .cb-trust-columns .cb-column-item .cb-column-image .media,
  .cb-trust-columns .cb-column-item .cb-column-image img {
    min-height: auto;
    max-height: auto;
    overflow: hidden;
    background: transparent;
  }
}

/* footer */

.footer-block__heading {
  text-transform: uppercase;
}
footer .list-menu__item--active {
  text-decoration: none;
}
.footer-block__details-content a {
  padding-bottom: 0;
  padding-top: 0;
}
.footer-follow-us .rte a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.footer-follow-us .footer-block__heading {
  margin-top: 20px;
}
footer .footer__list-social,
footer .list-payment {
  justify-content: start;
}
footer .footer__list-social .list-social__link {
  padding-left: 0;
}
footer .list-social__item .icon {
  width: 2.8rem;
  height: 2.8rem;
}
footer .list-payment__item svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 990px)
  footer .list-payment {
    justify-content: center;
  }
  .payment-heading {
    text-align: center;
  }
}

@media (max-width: 750px) {
  footer .list-payment {
    justify-content: start;
    gap: 10px;
  }
  .payment-heading {
    text-align: left;
  }
  footer .list-payment__item {
    padding: 0;
  }
}

/* main-product */

.template-product .header-wrapper {
  box-shadow: -10px -4px 14px 4px #c1c1c1;
}
@media (min-width: 990px) {
  .product.grid {
    justify-content: space-between;
  }
  .product--medium:not(.product--no-media) .product__media-wrapper {
    width: 45% !important;
    max-width: 45% !important;
  }
  .product--medium:not(.product--no-media) .product__info-wrapper {
    width: 53% !important;
    max-width: 53% !important;
  }
  .product_page_links .breadcrumbs {
    margin-bottom: 5rem;
  }
}

.product .product__media-list {
  margin-left: 0;
}
.product-media-container {
  border: 0;
}
.product .product__title {
  margin: 0;
}
.product .product__text {
  margin-top: 0;
  font-weight: 400;
}
.product .product__title,
.product .price {
  letter-spacing: 0.3px;
}
.product .price_text {
  margin: 0;
  font-weight: 600;
}
.product .quantity {
  max-width: 220px;
  margin-left: 0;
}
@media only screen and (max-width: 990px) {
  .product .quantity {
    max-width: 100%;
  }
}
.product .quantity input {
  color: #000;
}
.product .quantity__label {
  display: none;
}
.product .product__inventory {
  margin: 10px 0;
  color: #808080;
}
.product .product-form__buttons button:after,
.product .product-form__buttons button:before {
  content: unset;
}
.product .product-form__buttons button {
  width: fit-content;
}
.product .product-form__buttons button.shopify-payment-button__button {
  background-color: #fff !important;
  color: #ff678b !important;
  border: 2px solid #ff678b !important;
}
.product .product-form__buttons button.shopify-payment-button__button:hover {
  color: #fff !important;
  background-color: #ff678b !important;
}
.product .product__description {
  font-size: 14px;
  line-height: 1.6;
}
.product .product__description span:empty {
  width: 100%;
  height: 1px;
  background: #979696;
  display: block;
}
.product__info-container > * + * {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .product .product__media-list {
    justify-content: center;
  }
}

/* related-products */

.related-products .title-wrapper .title {
  margin-bottom: 1rem;
}
.related-products .card-wrapper {
  padding: 20px;
}
.related-products .swiper-wrapper {
  padding-left: 0;
}
.related-products .card__content {
  display: block;
  text-align: center;
}
.related-products .quick-add form {
  width: fit-content;
  margin: 0 auto;
}

.cart-icon{
  margin-left: 15px;
}

/* Custom updates */

.announcement-bar .page-width {
  padding: 5px 5px;
}
.header__icon span {
  display: block;
  text-decoration: none;
  height: fit-content;
  height: unset;
  line-height: 1em;
}
/* .cart-count-bubble span {
  position: absolute;
  top: 40%;
} */
.quantity__input {
  font-family: sans-serif !important;
}
.header__inline-menu {
}
.header__menu-item .icon-caret {
  display: none;
}
.header__inline-menu search-form input[type="search"] {
}

.dotted-out-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 56px;
}

.dotted-out-text-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
}

.product-other-info #other-info {
  color: #39C1BD;
}

.product-other-info > div {
    color: #979696;
    font-size: 14px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 2rem;
}

.product-other-info > div .key {
    font-weight: 600;
}

.product-other-info p {
    margin: 0;
}  

@media screen and (max-width: 990px) {
  .product-other-info > div {
      grid-template-columns: 1fr;
      grid-gap: 1rem;
  }
}

.hide-element {
  display: none;
}

.checkout-btn-footer {
  background: #39c1bd;
}

.separator{
  margin: 10px 0;
  height: 1px;
  background-color: #D3D3D3;
}
@media only screen and (max-width: 749px){
  .footer-block{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-block__details-content a{
    justify-content: flex-start;
  }
  footer .list-payment__item{
    height: 63px; 
  }
}

/* swym wishlist */
.swym-add-to-wishlist{
  background: yellow !important;
}
button.swym-button{
  height: auto !important;
}