/** Shopify CDN: Minification failed

Line 4066:23 Unexpected "{"
Line 4066:34 Expected ":"
Line 4070:20 Unexpected "{"
Line 4070:31 Expected ":"
Line 4070:35 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
   font-family: "Poppins", sans-serif;
}
/* base */
.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.element-margin {
  margin-top: 5rem;
}
.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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


.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
}



h6,
.h6 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.caption {
  font-size: calc(var(--font-size-base) * 1px);
  letter-spacing: 0.07rem;
}


.hidden {
  display: none !important;
}

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

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

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

.link{
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-underline-offset: 0.3rem;
  background-color: transparent;
  font-family: inherit;
}

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

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

.link[role="link"]:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 15px;
}

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


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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.icon-arrow {
  width: 1.5rem;
}


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

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

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

summary .icon-caret {
    width: 12px;
    height: 12px;
}

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

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

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

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

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

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

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

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

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



/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */


/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/


.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

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



.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

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

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

@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 992px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}

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

.grid--3-col .grid__item {
  width: calc(33.33% - 0.5rem * 2 / 3);
}

@media screen and (min-width: 768px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - 0.5rem / 2);
}

@media screen and (min-width: 768px) {
  .grid--2-col .grid__item {
    width: calc(50% - 1rem / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

@media screen and (min-width: 992px) {
  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

  .grid--peek .grid__item {
    width: calc(50% - 3.75rem / 2);
  }

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

  .grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 4rem * 3 / 4);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 4rem * 2 / 3);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }

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

  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

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

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
  .template-product .product-section {
    padding-top: 10px !important;
  }
  .product--thumbnail_slider ul li.protopimg-item {
    height: unset !important;
  }
}

/* component-media */
.media {
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

/* .btn-primary, .button, .shopify-challenge__button, .customer button {
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
    line-height: 1.25;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0;
    background: var(--gradient-base-accent-1);
    color: var(--color-base-solid-button-labels);
    transition: 0.3s ease;
    appearance: none;
    font-size: var(--color-base-text);
    letter-spacing: 0.5px;
    border-radius: 8px;
    text-transform: capitalize;
    padding: .5rem .75rem;
} */
.button:hover, .shopify-challenge__button:hover, .customer button:hover,.btn-primary.disabled, .btn-primary:disabled,
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus{
    background: var(--gradient-base-accent-2);
    border-color: var(--gradient-base-accent-2);
    color: var(--color-wb-hovercolor-button-text);
    box-shadow: none;
}


.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
}

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

/* Button - hover */


/* Button - other */

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

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

.button.loading {
  color: transparent;
  position: relative;
}
.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.button.loading svg,.button.loading span{
    opacity: 0;
}
.button.loading .loading-overlay__spinner svg{
    opacity: 1;
}
/* Button - social share */

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

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

.share-button__button {
    display: flex;
    align-items: center;
}

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

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

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

.share-button__button .icon-share {
    margin-right: 5px;
    height: 16px;
    width: 16px;
}

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

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}



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

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


.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

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

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

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-background);
  border: 0.1rem solid var(--color-wbbordercolor);
  border-radius: 0;
  font-size: var(--color-base-text);
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}
.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Select */

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

.select__select,
.customer select {
  cursor: pointer;
  padding: 0 4rem 0 1.5rem;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  padding: 8px 15px;
}

.field__label,
.customer .field label {
    font-size: var(--color-base-text);
    left: 15px;
    top: 13px;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
    line-height: 1.5;
    color: #777;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 12px;
  top: 2px;
  letter-spacing: 0.04rem;
  color: #333;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 15px 15px 0 15px;
}

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

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

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

.field__button > svg {
  height: 24px;
  width: 23px;
}

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

/* Text area */

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

.text-area--resize-vertical {
  resize: vertical;
}

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

/* Form global */

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

.form__message {
  align-items: center;
  display: flex;
  font-size: calc(var(--font-size-base) * 1px);
  line-height: 1;
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

/* component-quantity */
.quantity {
  position: relative;
  height: 45px;
  display: flex;
}

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

.quantity__button {
  flex-shrink: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

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

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

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

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

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

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

.modal__close-button .icon {
    width: 20px;
    height: 20px;
}

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

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

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

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

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

/* section-announcement-bar */
  
#shopify-section-announcement-bar {
  z-index: 4;
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

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

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
    text-align: center;
    padding: 8px 10px;
    margin: 0;
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
.shopify-section-group-header-group {
  z-index: 4;
}

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

/* Main Header Layout */
.header-wrapper {
    display: block;
    position: relative;
}
.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}
/* Header icons */
@media screen and (max-width: 991px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 992px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

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

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

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

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 4rem 0 1rem;
}

.search-modal__form {
  width: 100%;
}

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

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

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

@media screen and (min-width: 992px) {
  .search-modal__form {
    max-width: 800px;
  }

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

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

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

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

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

.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 1;
}

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
}


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

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

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

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

.header__submenu .header__submenu {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

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

.header__submenu .header__menu-item {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3rem;
}

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

.header__submenu .icon-caret {
  right: 2rem;
}

details-disclosure > details {
  position: relative;
}

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

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

/*.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}*/

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

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

.badge {
  border: 1px solid transparent;
  border-radius: 4rem;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  word-break: break-word;
}

.gradient {
  background: var(--color-background);
  background: var(--gradient-background);
  background-attachment: fixed;
}

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

  .icon-close-small path {
    stroke: CanvasText;
  }
}
/* Custom Css */

body{
    font-size: calc(var(--font-size-base) * 1px);
    font-family: var(--wbbase-font);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: var(--color-base-text);
    background: var(--color-background);
    background: var(--gradient-background);
}
a{
    color: var(--color-base-text);
    transition: 0.3s ease;
}
a:hover{
    color: var(--color-wbmaincolors-text);
    text-decoration: none;
}
button:focus{
    outline: none;
}
p{
    color: #777;
}
svg{
    width: 14px;
    height: 14px;
    transition: 0.3s ease;
    vertical-align: middle;
}
svg.placeholder-svg{
    width: 100%;
    height: 100%;
}
[contenteditable=true]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, details:focus, input:focus, select:focus, textarea:focus {
    outline: none solid #2e8fff !important;
    outline-offset: 1px!important;
}
.dropdown-menu{
    border-color: var(--color-wbbordercolor);
    font-size: calc(var(--font-size-base) * 1px);
    border-radius: 10px;
}

@media (max-width: 991px){
    .container{
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container{
        max-width: 960px;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    .container{
        max-width: 1170px;
    }
}
@media (min-width: 1410px){
    .container{
        max-width: 1380px;
    }
}
  
/* Header */
.shopify-section-header-sticky header.header{
    background: var(--color-background);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.header__icons .header__search,.header__icons .slidedown_section,.header__icons #cart-icon-bubble{
    display: inline-block;
    vertical-align: middle;
}
.header__icons .icon-search,.userdrop .svgbg svg,#cart-icon-bubble .svgbg svg{
    width: 24px;
    height: 23px;
}
.wbhcart .wbcart-count{
    background: var(--color-wbmaincolors-text);
    color: #fff;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.header__icons {
    display: inline-block;
    vertical-align: middle;
}
.wbhdtop p{
    margin: 0;
}
.wbhdtop .row{
    align-items: center;
}
.wbhdtop localization-form {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.localization-form .disclosure__button svg{
    width: 8px;
    height: 8px;
}
.header__icons .slidedown_section,.header__icons #cart-icon-bubble .wbhcart{
    margin-left: 20px;
}
.userdrop,.wbhcart,.header__icon--search{
    cursor: pointer;
}
.userdrop:hover svg,.wbhcart:hover svg,.header__icon--search:hover svg{
    fill: var(--color-wbmaincolors-text);
    color: var(--color-wbmaincolors-text);
}
.tright{
    position: unset;
}
.slidedown_section .dropdown-menu {
    min-width: 190px;
    transform: none !important;
    top: 30px !important;
    right: 0;
    left: auto !important;
}
.slidedown_section .dropdown-menu li a{
    display: block;
    padding: 4px 15px;
    text-transform: capitalize;
}
.search__input.field__input {
    padding-right: 5rem;
    border: 1px solid var(--color-wbbordercolor);
    border-radius: 10px;
}
input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.wbhdtop{
    padding: 8px 0 50px 0;
}
/* Header Cart Dropdown */
#cart-icon-bubble .cart__warnings,#cart-icon-bubble .cart__empty-text,#cart-icon-bubble .is-empty .cart__contents, #cart-icon-bubble .is-empty .cart__footer,
#cart-icon-bubble cart-items.is-empty .title-wrapper-with-link, #webi-main-cart-footer.is-empty{
    display: none;
}
#cart-icon-bubble .is-empty .cart__empty-text,#cart-icon-bubble .is-empty .cart__warnings {
    display: block;
}
.wb-cart-item__error-text:empty + svg {
    display: none;
}
#cart-icon-bubble .dropdown-menu {
    transform: none !important;
    right: 0;
    left: auto !important;
    width: 380px;
    top: 30px !important;
    padding: 0;
}
#cart-icon-bubble .dropdown-menu webi-cart-items {
    display: block;
    overflow-y: auto;
    max-height: 350px;
    padding: 15px;
}
.wbheadcartdrop {
    display: flex;
    gap: 15px;
    position: relative;
    margin-bottom: 15px;
}
.wbheadcartdrop:last-child{
    margin-bottom: 0;
}
.wbheadcartdrop dl{
    margin-bottom: 6px;
}
.wbcartdimg img{
    border-radius: 4px;
    max-width: 80px;
}
.wbheadcartdrop webi-quantity-input{
    border: 1px solid var(--color-wbbordercolor);
    width: 66px;
    height: 26px;
    border-radius: 4px;
}
.wbheadcartdrop .quantity__button svg{
    width: 10px;
}
.wbheadcartdrop .quantity__input{
    padding: 0 3px;
}
.wbheadcartdrop .quantity__button{
    width: 18px;
}
.wbheadcartdrop webi-cart-remove-button{
    position: absolute;
    right: 0;
    top: 0;
}
.wbheadcartdrop webi-cart-remove-button svg{
    width: 16px;
    height: 16px;
}
.wbcrtname {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    display: block;
    width: 85%;
    line-height: 17px;
    margin-bottom: 6px;
}
.wbheadcartdrop .product-option{
    margin: 0;
}
.wbcartddesc {
    width: 100%;
}
.wbcartqtybr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wbheadcartdrop .cart-item__totals{
    margin: 0 6px;
    text-align: center;
}
.wbheadcartdrop .cart-item__price-wrapper{
    font-size: var(--color-base-text);
}
#webi-main-cart-footer .cart__blocks{
    padding: 15px;
    border-top: 1px solid var(--color-wbbordercolor);
}
#webi-main-cart-footer .cart__ctas{
    display: flex;
    gap: 10px;
    margin-top: 12px;
}
#webi-main-cart-footer .cart__ctas .button{
    width: 50%;
}
#webi-main-cart-footer .totals{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#webi-main-cart-footer .totals p,#webi-main-cart-footer .totals h3{
    margin: 0;
}
#webi-main-cart-footer .totals h3{
    font-size: 20px;
}
.wbheadcartdrop .loading-overlay:not(.hidden) ~ *{
    visibility: hidden;
}
#cart-icon-bubble .cart__empty-text{
    text-align: center;
    font-size: 18px;
    margin: 0;
}
/* Language/ Currency */
.localization-form .button {
    padding: 1rem;
}
.localization-form__currency {
    display: inline-block;
}
.localization-form__select {
    position: relative;
}
noscript .localization-form__select {
    padding-left: 0rem;
}
.localization-selector.link {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: auto;
    padding: 0;
}
noscript .localization-selector.link {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
}
.localization-selector option {
    color: var(--color-base-text);
}
.localization-selector + .disclosure__list {
    opacity: 1;
    animation: animateLocalization var(--duration-default) ease;
}
@keyframes appear-down {
    0% {
        opacity: 0;
        margin-top: -1rem;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes animateLocalization {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-1rem);
    }
}
/* Language/ Currency End */

/* Arrows */
.slick-slider{
    text-align: center;
}
.slick-slider .slick-next, .slick-slider .slick-prev{
    display: inline-block;
    vertical-align: middle;
}
.slick-slider .slick-next::before, .slick-slider .slick-prev::before{
    display: none;
}
.slick-slider .slick-arrow {
    background-color: var(--color-background);
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 100%;
    font-size: 26px;
    text-transform: uppercase;
    min-width: 50px;
    min-height: 50px;
    color: var(--color-base-text);
    transition: .3s ease;
    opacity: 1;
    transform: unset;
    width: auto;
    height: auto;
    position: unset;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.16);
    margin: 30px 5px 0 5px;
}
.slick-slider .slick-arrow:hover{
    background-color: var(--color-wbmaincolors-text);;
    color: #fff;
}
.slick-slider .slick-arrow svg{
    width: 18px;
    height: 17px;
}
.slick-slider .slick-prev {
    left: 0;
}
.slick-slider .slick-next {
    right: 0;
}
/* Slick Dots */
.slick-slider .slick-dots{
    position: unset;
    margin-top: 20px;
}
.slick-dots li{
    margin: 0 2px;
}
.slick-dots li.slick-active button::before,.slick-dots li button::before{
    color: var(--color-wbmaincolors-text);
}
.slick-dots li button::before{
    font-size: 44px;
}
/* Slider */
.s-panel{
    position: relative;
}
.s-panel .wrloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
} 
.s-panel .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}
.s-panel,.sliderel{
    position: relative;
}
.owl-slider.slick-slider .sliderel{
    display: block !important;
}
.slidertext{
    position: absolute;
    top: 32%;
    left: 8%;
    width: 700px;
    text-align: left;
}
.slideff{
    position: relative;
    overflow: hidden;
    transform: translateX(-100px);
    opacity: 0;
    transition: opacity 0.5s 0.7s,-webkit-transform 0.5s 0.7s;
}
.s-panel .slick-current.slick-active .slideff{
    transform: none;
    opacity: 1;
}
.slidertext h2{
    font-size: 70px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.1;
}
.slidertext p{
    font-size: 16px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    line-height: 24px;
}
.slidertext a.btn{
    margin-top: 50px;
    padding: 15px 30px;
    text-transform: uppercase;
}
/* Heading */
.heading {
    font-size: calc(var(--font-size-header) * 1px) !important;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}
.heading strong {
    font-size: 16px;
    line-height: normal;
    display: block;
    color: #555;
    font-weight: 400;
}
.heading span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
/* Home Category */
.cat-img img{
    border-radius: 10px;
}
.homecatb{
    position: relative;
}
.homecatbsub {
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: left;
}
.homecatbsub h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.s-panel .slick-slide img, .homecatb img, .wblbook .wblbookmain img {
  width: 100%;
}

.wbcolltop .catcontent {
    position: absolute;
    right: 15px;
    top: 0;
    transition: .3s ease;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: right;
}

.catcntinner {
    max-width: 250px;
}

.wbcolltop .catcontent h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0;
    transition: .3s ease;
    line-height: 1.1;
}

.wbcolltop .catcontent p {
    text-transform: capitalize;
    margin: 8px 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.sub-cat p{
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: capitalize;
}
/* Special Product */
.wbspeprod .wbproduct-container .product-form{
    clear: both;
}
.wbspeprod .wbproduct-container .wbhprice{
    margin: 0;
}
/* Timer Product */
.countdowntimer{
    background: var(--color-wbmaincolors-text);
    border-radius: 10px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 6px 4px;
}
.countdowntimer div {
    display: inline-block;
    vertical-align: middle;
}
.countdowntimer div span::after{
    content: ':';
    margin: 0 15px;
    font-size: 19px;
    display: inline-block;
    vertical-align: top;
} 
.countdowntimer span:last-child::after{
    display: none;
}
.countdowntimer div span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.countdowntimer div strong {
    color: #777;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    font-weight: normal;
}
/* Product Category */
.pctab .nav-tabs .nav-link.active{
    color: var(--color-wbmaincolors-text);;
}
.procatbg{
    clear: both;
}
.pcatheading .heading{
    display: inline-block;
    vertical-align: middle;
}
.pctab{
    width: 60%;
    float: right;
    margin-top: 11px;
}
.product-category .wbproduct-container .product-form {
    position: unset;
    margin-top: unset;
    opacity: 1;
}
.pctab .nav-tabs{
    border-bottom: none;
    padding: 0;
}
.nav-tabs .nav-link{
    border: none;
    padding: 0;
}
.ptabbr a span{
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
}
.pctab .nav-tabs .nav-item1 {
    margin-bottom: 0;
}
.product-category .wbproduct-container .rless{
    margin: 0;
    align-items: center;
}
.product-category .wbimgblock {
    padding: 0;
}
/* Product Category 2 */
.product-category1 .heading{
    text-align: center;
}
.ptabbr1 {
    border: 1px solid var(--color-wbbordercolor);
    border-radius: 10px;
    text-align: left; 
}
.ptabbr1.nav-tabs .nav-link{
    border-bottom: 1px solid var(--color-wbbordercolor);
    padding: 14.7px 20px;
    border-radius: 0;
    position: relative;
    font-size: 16px;
}
.ptabbr1.nav-tabs .nav-item1.show .nav-link, .ptabbr1.nav-tabs .nav-link.active{
    color: var(--color-wbmaincolors-text);
    background-color: transparent;
    border-color: var(--color-wbbordercolor);
}
.ptabbr1.nav-tabs .nav-link.active::after{
    content: '';
    background: var(--color-wbmaincolors-text);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
}
.ptabbr1.nav-tabs .slick-slide div:nth-child(1) .nav-link.active::after,.ptabbr1.nav-tabs .slick-slide div:nth-child(18) .nav-link.active::after{
    border-radius: 10px 10px 0 0;
}
.ptabbr1.nav-tabs .slick-slide div:nth-child(9) .nav-link.active::after{
    border-radius: 0 0 10px 10px;
}
.ptabbr1.nav-tabs .nav-link span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.ptabbr1.nav-tabs .nav-link span::before{
    content: '';
    border-bottom: 1px solid var(--color-wbmaincolors-text);
    width: 0px;
    transition: 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.ptabbr1.nav-tabs .nav-link.active span::before{
    width: 25px;
}
variant-webitab .js.product-form__input.inner-class {
    margin-bottom: 10px;
}
.ptabbr1 .slick-slide div:nth-child(9) li a, .ptabbr1 .slick-slide div:nth-child(18) li a, .ptabbr1 .slick-slide div:nth-child(27) li a {
    border-bottom: none;
}
/* Home Product Section */
.imgblockslide,.wbquickallimg,#protopimg{
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: flex;
}
.imgblockslide product__media-item,.wbimgblock .product__media-item,.wbquickallimg .product__media-item,#protopimg .slider__slide {
    width: 100%;
    position: relative;
    scroll-snap-align: unset;
    flex-shrink: 0;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.rless{
    margin-left: -15px;
    margin-right: -15px;
}
.cless{
    padding-left: 15px;
    padding-right: 15px;
}
.product-category .twopro .wbproduct-container{
    margin-bottom: 35px;
}
.twopro .wbproduct-container,.product-recommendations .wbproduct-container{
    margin-bottom: 30px;
}
.twopro .grid__item:last-child .wbproduct-container,.product-category .twopro .grid__item:last-child .wbproduct-container{
    margin-bottom: 1px;
}
ul.twopro{
    padding: 0;
    margin: 0;
}
.tab-content > .tab-pane:not(.active),.tab-content > .tab-pane1:not(.active),.tab-content > .tab-pane2:not(.active){
    display: block;
    height: 0;
    overflow-y: hidden;
}
.pro-tab{
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-tab .heading{
    margin-bottom: 0;
}
.pro-tab .nav-tabs .nav-link{
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding: 0;
    font-size: 16px;
    border: 2px dashed transparent;
    border-radius: 10px;
    padding: 6px 20px;
}
.pro-tab .nav-tabs .nav-item.active .nav-link, .pro-tab .nav-tabs .nav-link:hover {
    background: 0 0;
    border-color: var(--color-wbmaincolors-text);
}
.pro-tab .nav-tabs {
    border-bottom: none;
    display: block;
}
.pro-tab .nav-tabs .nav-item{
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
/* Banner Effect */
.beffect img{
    border-radius: 10px;
}
/* Service */
.deliveryinfo {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--color-wbbordercolor);
}
.deliveryinfo ul{
    margin-bottom: 0;
    padding: 0;
    transition: 0.3s ease;
}
.deliveryinfo [class*="col-"] {
    border-right: 1px solid var(--color-wbbordercolor);
}
.deliveryinfo [class*="col-"]:last-child {
    border-right: none;
    border-left: none;
}
.deliveryinfo ul:hover svg{
    fill: var(--color-wbmaincolors-text);
}
.deliveryinfo li {
    display: block;
}
.deliveryinfo li h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 15px;
}
.deliveryinfo li p {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 13px;
    color: #242424;
}
.deliveryinfo ul svg {
    width: 40px;
    height: 40px;
}
/* Testimonial */
.testimonial .heading{
    color: #fff;
}
.testimonial{
    background-attachment: fixed;
    padding: 90px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.wbtestisub{
    background: var(--color-background);
    border-radius: 10px;
    padding: 25px 20px;
}
.wbtestisub ul{
    padding: 0; 
    margin-bottom: 15px;
}
.wbtestisub li{
    display: inline-block;
    vertical-align: middle;
}
.testimonial img {
    border: 2px solid var(--color-wbmaincolors-text);
    border-radius: 100%;
    display: unset;
    margin-right: 10px;
}
.testimonial h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    color: var(--color-wbmaincolors-text);
}
.testimonial h5 {
    font-size: var(--color-base-text);
    text-transform: capitalize;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}
.testimonial p {
    color: #333;
    margin: 0;
    line-height: 21px;
    margin-bottom: 0;
}
/* Logoslider */
.wblogos{
    border: 2px solid var(--color-wbbordercolor);
    border-radius: 10px;
    padding: 15px 5px;
}
/* Custom Text Banner */
.bnrtext{
    padding: 50px 0 100px 0;
    z-index: 1;
    position: relative;
    background-size: cover;
}
.prbnrtext strong{
    font-size: 20px;
    font-weight: normal;
    color: #777;
    margin-bottom: 10px;
    display: block;
}
.prbnrtext h2{
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.prbnrtext a.btn-primary{
    padding: 10px 25px;
}
/* Scroll to top */
#scroll {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 18px;
    color: var(--color-base-solid-button-labels);
    cursor: pointer;
    z-index: 2;
    background: var(--gradient-base-accent-1);
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1);
    padding: 6px 0;
    border-radius: 4px;
}
#scroll.scrollhide{
    bottom: -100px;
    opacity: 0;
    transform: scale(0); 
}
#scroll:hover{
    background-color: var(--gradient-base-accent-2);
    color: var(--color-wb-hovercolor-button-text);
}
/* Quickview */
.wbquicksuccess,.spr-form-message-success{
    color: #058c05;
}
img.hide-modalquick{
    display: none;
}
.wbquickallimg{
    margin-bottom: 15px;
}
.modal-open .slick-list,.modal-open .slick-track{
    transform: none !important;
}
.wbquickmodel .close{
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
}
/*.wbquickallimg{
    display: flex;
    flex-wrap: wrap;
}*/
.wbquickallimg .product__media-item {
    width: 100%;
}
/*.wbquickallimg .product__media-item:not(:first-child) {
    display: none !important;
}*/
.quickvslide{
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: flex;
    text-align: center;
    margin-left: -8px;
    margin-right: -8px;
}
.quickvslide .slider__slide{
    width: calc(25% - 0rem / 4);
    position: relative;
    padding: 0 8px;
}
.quickvslide .slider__slide img{
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid var(--color-wbbordercolor);
}
.wbquickmodel .inner-class .form__label{
    font-size: var(--color-base-text);
}
.wbquickmodel .product-form__input input[type="radio"] {
    clip: rect(0,0,0,0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.wbquickmodel .product-form__input input + label {
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    transition: border var(--duration-short) ease;
    cursor: pointer;
    border: 1px solid var(--color-wbbordercolor);
    background: var(--color-background);
    margin: 0 2px;
}
.wbquickmodel .product-form__input input + label.active {
    background-color: var(--color-base-text);
    border-color: var(--color-base-text);
    color: #fff; 
}
.wbquickmodel .product-form__input input + label.wbvarcolor{
    padding: 0;
    border-radius: 100%;
    min-width: 34px;
    min-height: 34px;
    box-shadow: 0 0px 0px 1px rgba(0,0,0,0.1);
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.wbquickmodel .product-form__input input + label.wbvarcolor.active{
    box-shadow: 0 0px 0px 1px rgba(0,0,0,1);
}
variant-webiquick,variant-webitabquick{
    display: block;
}
variant-webiquick .js.product-form__input.inner-class,variant-webitabquick .js.product-form__input.inner-class {
    margin-bottom: 10px;
}
.wbquickmodel .modal-lg{
    max-width: 1000px;  
}
.wbquickmodel .modal-lg .modal-content{
    margin: 0 15px;
    border-radius: 10px;
}
.wbquickmodel .product__media-item img{
    border-radius: 10px;
    border: 1px solid var(--color-wbbordercolor);
}
.wbquickprotype{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.quickproduct-title{
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.wbquickhrating,.wbquicklpdesc,.wbquickprice{
    margin-bottom: 10px;
}
.wbquickmodel .price .price-item{
    font-size: 30px;
}
.wbquickmodel .price--on-sale .price-item--regular{
    font-size: 19px;
}
.wbquickmodel .product-form .wbflexcart{
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
.wbquickmodel .product-form form{
    flex: 1 1 auto;
    width: 100%;
}
.wbquickmodel .product-form__submit{
    display: block;
    width: 100%;
    height: 45px;
}
.wbquickmodel .product-form__submit svg{
    fill: #fff;
    width: 20px;
    height: 20px;
}
.wbquickmodel .product-form__submit span{
    margin: 0 5px;
    vertical-align: middle;
    text-transform: uppercase;  
}
.wbquickmodel .quantity__button{
    width: 36px;
}
.wbquickmodel .quantity{
    border: 1px solid var(--color-wbbordercolor);
    border-radius: 4px;
    width: 120px;
}
.quickvfull{
    margin-top: 20px;
    display: inline-block;
    color: var(--color-wbmaincolors-text)
}
.quickvfull:hover{
    color: var(--color-base-text);
}
/* Section Space */
/* .template-index footer{
    margin-top: 0;
} */
/* .spaced-section,footer {
    margin-top: 60px;
} */
/* Slick issue Loading */
.owl-slider .sliderel:not(:first-child){
    display: none
}
.owl-slider.slick-slider .sliderel:not(:first-child){
    display: block
}
.wbfea,.wbnew,.wbbest,.wbspeprod,.wbtopr,.testi,.wbblog,.wblogobar,.owl-procat,.owl-procat1,.ptabbr1,.ptabbr,.owl-catt{
    display: none
}
/* Banner Effect */
.beffect {
    position: relative;
    overflow: hidden;
}
.beffect a::after, .beffect a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .7s;
    opacity: 1;
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(17,16,16,.16);
    border-radius: 10px;
}
.beffect a::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.beffect:hover a::after, .beffect:hover a::before {
    opacity: 0;
    transform: translate(0,0);
}
/* Breadcrumb */
.breadcrumb{
    background: #f9f9f9;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
    padding: 9px 5px;
    border: 1px solid var(--color-wbbordercolor);
    margin-bottom: 30px;
    text-transform: capitalize;
    margin-top: 80px;
}
/* Search Page */
.template-search__search {
    margin: 0 auto 3rem;
    max-width: 700px;
}
.template-search--empty {
    padding-bottom: 18rem;
}
.search__button .icon {
    height: 20px;
    width: 20px;
}
/*lookbook*/
.wblbook .rless {
    margin-right: 0;
    margin-left: 0;
}
.wblbook .cless {
    padding-left: 0;
    padding-right: 0;
}
.wblbookmain {
    text-align: center;
    position: relative;
}
.wblbookmain .wblookbook {
    position: absolute;
    cursor: pointer;
    min-width: 36px;
    min-height: 36px;
}
.wblbookmain .wblookbook .wblookbtn{ 
    width: 36px;
    height: 36px;
    padding: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    transition: padding 0.3s ease;
}
.wblbookmain .wblookbook .wblookbtn::after{ 
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: #ed2939;
    border-radius: 100%;
    animation: pulse-border 1.5s ease-out infinite;
}
@keyframes pulse-border { 
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.wblbookmain .wblookbook .wblookbtn::before {
    content: "\f067";
    font-family: "fontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    min-width: 36px;
    min-height: 36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: all 0.3s ease;
    z-index: 2;
    background: #ed2939;
    border-radius: 100%;
}
.wblbookmain .wblookbook .wblookimg a{
    display: block;
}
.wblbookmain .wblookbook .wblbookcnt{
    display: none;
    z-index: 3;
    width: 160px;
    position: relative;
    background: var(--color-background);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
    border-radius: 10px;
    margin-top: 32px;
    left: -60px;
    padding: 10px 0
}
.wblbookmain .wblookbook:hover  .wblbookcnt{
    display: block;
}
.wblookdesc h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
    text-transform: capitalize;
}
.wblookdesc {
    padding: 10px;
    padding-bottom: 0
}
.wblookprice span{
    font-weight: 600
}
.wblookprice span.old-price{
    text-decoration: line-through;
    font-weight: normal;
    font-size: 13px;
    padding-left: 2px;
    color: #777;
}
.wblookdesc .wblkbtn{
    margin-top: 8px
}
/* popup products */
.popinner{
    display: none;
}
.wbpopup-popducts {
    position: fixed;
    bottom: 15px;
    left: 30px;
    z-index: 9;
}
.wbpopup-popducts .popinner .wbproduct-container {
    width: 320px;
    position: relative;
    cursor: pointer;
    padding: 5px;
    border: 1px solid var(--color-wbbordercolor);
    align-items: center;
    background: var(--color-background);
    border-radius: 10px;
}
.wbpopup-popducts .popinner .wbproduct-container .wbproductdes {
    text-align: left;
    padding: 0 10px;
}
.wbclosepopup {
    position: absolute;
    top: 5px;
    right: -5px;
    cursor: pointer;
    z-index: 1;
}
.wbpopup-popducts .wbimgblock{
    padding: 0
}

/* Box Layout and Color Customization */
#wbboxlayout .menupos::before{
  	left: 0;
	right: 0;
}
#wbboxlayout body{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin: 40px auto;
}
@media (max-width: 991px){
    #wbboxlayout body {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #wbboxlayout body {
        max-width: 963px;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    #wbboxlayout body {
        max-width: 1170px;
    }
}
@media (min-width: 1410px){
    #wbboxlayout body {
        max-width: 1380px;
    }
}
.wbsitebox,.wbrtlmode{
    display: flex;
    margin: 0;
    padding: 0;
}
.wbsitebox li{
    width: 50%;
    cursor: pointer;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: capitalize;
    transition: 0.3s ease;
    text-align: center;
    margin: 0 3px;
    margin-top: 10px;
}
.wbrtlmode li{
    width: 50%;
    margin: 0 3px;
    margin-top: 10px;
    text-align: center;
}
.wbrtlmode li a{
    display: block;
    cursor: pointer;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: uppercase;
}
.wbsitebox li:hover,.wbrtlmode li a:hover{
    background: var(--color-wbmaincolors-text);
    color: #fff;
}
.wballcor {
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    right: -250px;
    padding: 8px;
    position: fixed;
    text-align: left;
    top: 150px;
    width: 250px;
    transition: background 0.5s ease-in-out 0s;
    z-index: 2
}
.wbcolor_box {
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    right: -250px;
    padding: 15px;
    position: fixed;
    text-align: left;
    top: 167px;
    width: 250px;
    transition: background 0.5s ease-in-out 0s;
    z-index: 2
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.wbopen-closeclr {
    cursor: pointer;
    float: left;
    border-radius: 4px 0px 0px 4px;
    margin-left: -74px;
    margin-top: -42px;
}
  
.wbopen-closeclr.wbclrdisable::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    line-height: 36px; 
    padding: 0 10px;
    background: url(color-circle.png) no-repeat;
    width: 36px;
    height: 36px;
    background-size: 36px;
    display: block;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
.wbopen-closeclr.wbclrenable::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    line-height: 36px; 
    padding: 0 10px;
    background: url(color-circle.png) no-repeat;
    width: 36px;
    height: 36px;
    background-size: 36px;
    display: block;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
.wbopen-closeclr {
    background-color: #fff;
    border: medium none;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    padding: 7px 15px;
    transition: 0.3s ease-in-out
}
.wbopen-closeclr.wbclrdisable{
    border-radius: 25px 0 0 25px;
}
.wbopen-closeclr.wbclrenable {
    border-radius: 30px 30px 0 0;
    margin-left: -94px;
    padding: 8px 10px;
}
.wbcolor_box h3 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}
.wbcolor_box h5{
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}
.wbcolor_box li{
    list-style: none
}
.wbinnerclr,.wbrtlmode{
    padding: 0;
}
.wbinnerclr li{
    width: 50%;
    float: left;
    margin-top: 10px;
}
.wbinnerclr li a{
    height: 35px;
    display: block;
    margin: 0 3px;
    border-radius: 6px;
}
.wbclr1{
    background: #5f0f40;
}
.wbclr2{
    background: #9a031e;
}
.wbclr3{
    background: #fb8b24;
}
.wbclr4{
    background: #e36414;
}
.wbclr5{
    background: #0f4c5c;
}
.wbclr6{
    background: #c9184a;
}
@media (min-width: 992px){
    .menupos {
        position: absolute;
        margin-top: 42px;
        padding: 18px 15px;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .menupos::before{
        content: '';
        background: var(--color-background);
        position: absolute;
        left: -30px;
        right: -30px;
        top: 0;
        bottom: 0;
        box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
        border-radius: 45px;
    }

    .template-index .menupos::before {
      background: transparent;
      box-shadow: none;
    }
    .template-index .shopify-section-header-sticky .menupos::before{
        background: var(--color-background);
        box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    }
}
@media (max-width: 767px){
    .wbcolor_box{
        height: 300px;
        overflow: auto;
    }
    .wbpopup-popducts .popinner .wbproduct-container{
        padding: 8px;
        width: 250px;
    }
}  
@media (min-width: 768px){
    .footer .footer-collapse {
        display: block !important;
    }
    .pctab1 {
        display: block !important;
    }
    .product-category1 button.toggle{
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    .ptabbr1.nav-tabs .nav-link{
        padding: 11.7px 20px;
    }
    .sub-cat p{
        font-size: 16px;
    }
    .slidertext h2{
        font-size: 50px;
    }
    .slidertext {
        width: 500px;
        top: 25%;
    }
    .footapptop img {
        max-width: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
  .homecatbsub h2{
    font-size: 20px;
  }
    .heading{
        font-size: 26px;
    }
    .slidertext h2{
        font-size: 40px;
    }
    .slidertext p{
        font-size: 14px;
    }
    .slidertext{
        width: 500px;
        top: 26%;
    }
    .header__icons #cart-icon-bubble .wbhcart, .header__icons .slidedown_section {
        margin-left: 10px;
    }
    .countdowntimer div span{
        font-size: 14px;
    }
    .countdowntimer div span::after{
        margin: 0 5px;
        font-size: 13px;
    }
    .spepro .wbproduct-container .wbhrating{
        display: none;
    }
    .ptabbr1.nav-tabs .nav-link{
        padding: 13.2px 20px;
    }
    .footapptop img {
        max-width: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .wbblogimgdesc{
        padding: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .footapptop img {
        max-width: 75px;
    }
    .product-category .twopro .wbproduct-container {
        margin-bottom: 20px;
    }
    .ptabbr1.nav-tabs .nav-link{
        padding: 10.5px 20px;
    }
    .countdowntimer div span{
        font-size: 14px;
    }
    .countdowntimer div span::after{
        margin: 0 5px;
        font-size: 13px;
    }
    .ptabbr a span{
        font-size: 14px;
        letter-spacing: 0;
    }
    .header__icons{
        margin-top: 15px;
    }
    .slidertext h2{
        font-size: 30px;
    }
    .slidertext p{
        font-size: 14px;
    }
    .slidertext a.btn{
        margin-top: 20px;
    }
    .slidertext{
        top: 15%;
        width: 400px;
    }
    .homecatbsub h2{
        font-size: 18px;
    }
    .sub-cat p{
        font-size: 14px;
        letter-spacing: 0;
    }
    .deliveryinfo li h4{
        font-size: 14px;
        margin-bottom: 5px;
    }
}
@media (max-width: 991px){
    .bnrtext{
        padding: 20px 0 80px 0;
    }
    .prbnrtext h2 {
      font-size: 22px;
      margin-bottom: 20px;
    }
    .prbnrtext strong{
        font-size: 16px;
    }
    .testimonial{
        padding: 30px 0;
    }
    .pctab{
        margin-top: 0;
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .pctab .nav-tabs .nav-link{
        text-align: left;
    }
    .wbspeprod .wbproduct-container .product-form{
        margin-top: 5px;
    }
    .slick-slider .slick-arrow{
        font-size: 20px;
        min-width: 36px;
        min-height: 36px;
        margin: 15px 5px 0 5px;
    }
    .wbhdtop{
        padding: 8px 0;
    }
    .wbquickmodel .product-form__input input + label.wbvarcolor{
        min-width: 28px;
        min-height: 28px;
    }
    .quickproduct-title{
        font-size: 16px;
    }
    .wbquickmodel .price .price-item{
        font-size: 20px;
    }
    .wbquickmodel .price--on-sale .price-item--regular{
        font-size: 16px;
    }
    .wbquickmodel .quantity{
        width: 100px;
    }
    .quantity__input{
        padding: 0 3px;
    }
    .wbquickmodel .quantity__button {
        width: 32px;
    }
    .wbquickmodel .product-form{
        gap: 10px;
    }
    .breadcrumb{
        padding: 7px 5px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .heading{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .heading strong{
        font-size: 11px;
        letter-spacing: 0;
    }
    .rless{
        margin-left: -5px;
        margin-right: -5px;
    }
    .cless{
        padding-left: 5px;
        padding-right: 5px;
    }
    .spaced-section, footer{
        margin-top: 30px;
    }
    .deliveryinfo{
        padding-bottom: 30px;
    }
    .product-recommendations .wbproduct-container, .twopro .wbproduct-container {
        margin-bottom: 10px;
    }
    .header-top{
        padding: 10px 0;
        border-bottom: none;
    }

    .header__heading{
        display: inline-block;
        vertical-align: middle;
    }
}
@media (max-width: 767px){
    .wbblogimg img{
        border-radius: 10px 10px 0 0 !important;
    }
    .product-category{
        margin-top: 30px;
    }
    .wbhdtop{
        display: none;
    }
    .ptabbr1.nav-tabs .nav-link{
        padding: 9px 10px;
    }
    .ptabbr1{
        margin-bottom: 10px;
    }
    .product-category1{
        position: relative;
    }
    .product-category1 .heading{
        text-align: left
    }
    .product-category1 .toggle{
        font-size: 14px;
        font-weight: 500;
        float: right;
        cursor: pointer;
        background: var(--color-base-text);
        border: none;
        color: #fff;
        width: 25px;
        height: 25px;
        padding: 3px 0;
        border-radius: 4px;
        transition: .3s ease;
        position: absolute;
        right: 15px;
        top: 5px;
    }
    .product-category1 .toggle::after {
        font-family: FontAwesome;
        content: '\f068';
    }
    .product-category1 .toggle.collapsed::after {
        font-family: FontAwesome;
        content: '\f067';
    }
    .countdowntimer div span{
        font-size: 13px;
    }
    .countdowntimer div span::after{
        margin: 0 3px;
        font-size: 13px;
    }
    .deliveryinfo li h4{
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 4px;
    }
    .deliveryinfo [class*="col-"]{
        border: none !important;
    }
    localization-form .disclosure__list{
        min-width: 100%;
    }
    .localization-selector.link{
        border: 1px solid var(--color-wbbordercolor);
        width: 100%;
        border-radius: 10px;
        padding: 5px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    localization-form {
        display: block;
        margin: 10px;
    }
    .product-category .twopro .wbproduct-container {
        margin-bottom: 10px;
    }
    .homecatbsub h2{
        font-size: 16px;
    }
    .sub-cat p{
        font-size: 12px;
        letter-spacing: 0;
        margin-bottom: 1px;
    }
    .pctab .nav-tabs .nav-link img{
        max-width: 25px;
    }
    .pro-tab{
        margin-bottom: 15px;
    }
    .ptabbr a span{
        font-size: 13px;letter-spacing: 0;
    }
    .wbproquickdesc{
        margin-top: 10px;
    }
    #cart-icon-bubble .svgbg svg, .userdrop .svgbg svg {
        width: 21px;
        height: 21px;
    }
    .header__icons .icon-search {
        width: 20px;
        height: 21px;
    }
    .template-search .facets-container{
        display: none;
    }
    .template-search__search {
        margin: 0 auto 1.5rem;
    }
    .template-search__header h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .footer__blocks-wrapper h5.toggle::after {
        font-family: FontAwesome;
        content: '\f068';
        font-size: 14px;
        font-weight: 400;
        float: right;
        cursor: pointer;
        color: var(--color-base-text);
    }
    .footer__blocks-wrapper h5.toggle.collapsed::after {
        font-family: FontAwesome;
        content: '\f067';
    }
    .pro-tab .nav-tabs .nav-link {
        font-size: 14px;
        letter-spacing: 0;
    }
    .pro-tab .nav-tabs .nav-item {
        margin: 0 8px;
    }
    .pro-tab .nav-tabs .nav-link{
        padding: 6px 10px;
    }
    .s-panel .slick-dots{
        bottom: 6px;
    }
    .announcement-bar__message {
        padding: 7px 5px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .header__heading-link img{
        max-width: 110px;
    }
    .header__icons #cart-icon-bubble .wbhcart, .header__icons .slidedown_section {
        margin-left: 8px;
    }
    .wbproduct-container .price .price-item{
        font-size: 13px;
    }
    .wbproduct-container .price--on-sale .price-item--regular{
        font-size: 12px;
    }
    .slidertext{
        left: 15px;
    }
    .headlogo{
        width: auto;
        display: inline-block;
        max-width: unset;
        flex: unset;
    }
    .tright{
        width: auto;
        float: right;
        margin-top: 7px;
        max-width: unset;
        flex: unset;
        padding-left: 0;
    }
    .menupos .menuposrow{
        display: block;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .slidertext h2{
        font-size: 18px;
    }
    .slidertext p{
        font-size: 13px;
        line-height: 18px;
    }
    .slidertext {
        top: 18%;
        width: 250px;
    }
    .slidertext a.btn{
        margin-top: 15px;
        padding: 6px 15px;
    }
    .deliveryinfo [class*='col-']{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .deliveryinfo [class*="col-"]:nth-child(1),.deliveryinfo [class*="col-"]:nth-child(2){
        margin-bottom: 15px;
    }
}
@media (max-width: 575px){
    .countdowntimer{
        left: 8px;
        right: 8px;
        bottom: 8px;
        padding: 0 2px 3px 2px;
    }
    .deliveryinfo [class*="col-"]{
        margin-bottom: 18px;
    }
    #webi-main-cart-footer .totals h3{
        font-size: 18px;
    }
    .wbcartdimg img{
        max-width: 60px;
    }
    .wbcrtname{
        font-size: 12px;
        letter-spacing: 0;
    }
    #cart-icon-bubble .dropdown-menu{
        width: 290px;
    }
    .offerbnr [class*='col-'],.imgbnr [class*='col-']{
        margin-bottom: 10px;
    }
    .deliveryinfo [class*='col-']:last-child,.offerbnr [class*='col-']:last-child,.imgbnr [class*='col-']:last-child{
        margin-bottom: 0;
    }
    .slidertext h2{
        font-size: 16px;
    }
    .slidertext p{
        display: none;
    }
    .slidertext {
        top: 15%;
        width: 170px;
    }
    .slidertext a.btn {
        margin-top: 10px;
        padding: 6px 10px;
    }
}
@media (min-width: 992px) and (max-width: 1500px){
    .menupos::before{
        left: -10px;
        right: -10px;
    }
}

/* 15-12-2025 css */
.headlogo .header__heading-link  {
    height: 100%;
}
.headlogo .header__heading-link img {
  max-width: 118px;
  object-fit: contain;
}

#shopify-section-template--21049408094429__1638183837345ba848 .sliderel img {
  width: 100%;
}

.wbhdtop {
    background: #ea3239 !important;
}

.wbhdtop p, .wbhdtop .disclosure__button {
  font-size: 16px;
}

#shopify-section-template--21049408094429__1638183837345ba848 .slideff h2 {
  color: #fff;
}

#shopify-section-template--21049408094429__1638183837345ba848 .slideff p {
  color: #fff;
}

.slidertext {
    top: 32%;
    left: 26%;
    width: 49%;
    text-align: center;
    margin: 0 auto;
}

.sub-cat p{
  color: #000;
} 

#shopify-section-template--21049408094429__165450087597d9cbd9 {
  margin: 0;
  padding: 60px 0;
  background-image: url("/cdn/shop/files/product_banner.webp?v=1765782172"); 
  background-size: cover;      /* cover | contain | auto */
  background-repeat: no-repeat;
  background-position: bottom;
}


.deliveryinfo {
    box-shadow: 0 2px 4px rgba(18, 18, 18, 0.15);
    border-radius: 80px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    margin-top: -60px;
    position: relative;
    background: #fff;
}

.deliveryinfo li {
      display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.deliveryinfo li:last-child {
    width: 65%;
}

.cless {
    padding-left: 15px;
    padding-right: 15px;
}



.beffect {
    position: relative;
    overflow: hidden;
}

.beffect img {
    border-radius: 15px;
    transform: scale(1);
    transition: transform 5s cubic-bezier(.25, .46, .45, .94);
}

.collbnrtxt {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.collbnrinr {
    margin: 0 auto;
    text-align: center;
    max-width: 450px;
}

.collbnrtxt strong {
    font-size: 24px;
    color: #ea3239;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.collbnrtxt h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #000000;
}

.btn-primary, .button, .shopify-challenge__button, .customer button {
  cursor: pointer;
  display: inline-flex;
  vertical-align: middle;
  line-height: 1.25;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid transparent;
  background: #ea3239;
  color: #fff;
  transition: .3s ease;
  appearance: none;
  font-size: rgb(var(--color-base-text));
  letter-spacing: .5px;
  border-radius: 10px;
  text-transform: capitalize;
  padding: .5rem .75rem;
}

.collbnrtxt .btn-primary {
    padding: 12px 30px;
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 35px;
}

.wbimgblock img {
  height: 350px;
  width: 350px;
  object-fit: contain;
}

#product-grid .wbimgblock img  {
  height: 260px;
}

#product-grid .product__media-item {
  padding: 10px;
}

.product-category .wbimgblock img {
    height: 150px;
    width: 150px;
    object-fit: contain;
    padding: 10px;
}


.product-category .pctab {
    max-width: 70%;
    width: 100%;
    display: none;
}


.product-category .ptabbr a span {
  font-size: 14px;
}


#shopify-section-template--21049408094429__1638532038284ffd67 .beffect img {
  border: 1px solid #87878747;
  width: 100%;
}

.imgblockslide, .wbquickallimg, #protopimg {
  overflow: hidden;
}
/* 
#shopify-section-template--21049408094429__16406731816753c254 {
 margin-top: 0;
} */

.template-index .wbproductdes {
  text-align: center !important;
}

#ProductInfo-template--21049408094429__1641034100e01b6706-9230069367005 .price__regular {
      margin-bottom: 5px;
}

.testimonial img {
      width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: top;
}

#shopify-section-template--21049408094429__16412724512400a7c7 .prbnrtext strong {
  color: #fff;
  margin-bottom: 20px;
}

#shopify-section-template--21049408094429__16412724512400a7c7 .prbnrtext h2 {
  color: #fff;
  margin-bottom: 20px;
}

.footblink {
  display: none;
}

.wbpopup-popducts .wbimgblock img {
  height: unset;
}

#shopify-section-popup-products {
  display: none;
}

.footer .footer-collapse li a, .footblink p a, .footblink p a::after, .copyright__content a p {
  color: #fff !important;
    font-size: 16px;
    line-height: 30px;
}

.heading strong {
    font-family: Poppins, sans-serif;
    margin-top: 5px;
    color: #000;
}

#shopify-section-template--21049408094429__service_6HYjkK .deliveryinfo img {
  max-width: 95px;
  max-height: 60px;
  object-fit: contain;
  object-position: bottom;
  vertical-align: middle;
}

.footer .footer-collapse li a, .footblink p a, .footblink p a::after, .copyright__content a {
  color: #000 !important;
  font-size: 14px;
  line-height: 30px;
}

.footer, .footapptop ul {
   color: #000 !important;
}

.wbfootcont ul li {
  margin-bottom: 15px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
#shopify-section-template--21049408094429__service_6HYjkK .deliveryinfo img {
    max-width: 70px;
}

#shopify-section-template--21049408094429__1641034100e01b6706 h2.heading {
  font-size: 30px;
}
}





@media (max-width: 1024px) {

.slidertext {
  top: 25%;
}

.slidertext a.btn {
  margin-top: 15px;
}

#shopify-section-template--21049408094429__165450087597d9cbd9 {
    background-image: none;
}

body .wbhomecat:after {
      bottom: -155px !important;
          background-size: contain !important;
}
#shopify-section-template--21049408094429__offer_banner_new_cHJYRj::after{
        background-size: contain !important;
        height: 150px !important;
        bottom: -70px !important;
}
    .bnrtext {
        padding: 60px 20px 60px 20px;
    }
      a.wbmenul1_link[href*="offer"] {
    background: linear-gradient(45deg, #d9211d, #ea3239e6) !important;
  }
  #card-title {
  text-align: left !important;
}
.wbimgblock img {
  padding: 10px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wbmenuup {
        width: 80% !important;
    }
    #shopify-section-template--21049408094429__service_6HYjkK .myservice .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
  #shopify-section-template--21049408094429__1638183837345ba848 .sliderel img {
    height: 400px;
    object-fit: cover;
  }
    #shopify-section-template--21049408094429__service_6HYjkK .myservice .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .collbnrtxt h2 {
      font-size: 30px;
    }

}

@media (max-width: 768px) {
    #shopify-section-template--21049408094429__1638183837345ba848 .sliderel img {
        height: 390px;
        object-fit: contain;
    }
}

@media (max-width: 600px) {
    #shopify-section-template--21049408094429__service_6HYjkK .myservice .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
  #shopify-section-template--21049408094429__1638183837345ba848 .sliderel img {
    height: 210px;
    object-fit: contain !important;
  }
  #shopify-section-template--21049408094429__collection_banner_8rtMM7 .row {
    gap: 30px;
  }
  #shopify-section-template--21049408094429__165450087597d9cbd9 .pro-tab {
        flex-direction: column;
        gap: 20px;
  }

  .heading {
    font-size: 26px;
  }

  .heading strong {
    text-align: center;
  }
  .deliveryinfo {
    border-radius: 30px;
  }
  #shopify-section-template--21049408094429__service_6HYjkK .deliveryinfo img {
    max-width: 45px;    
  }

  #shopify-section-template--21049408094429__top_product_Qrejaw .pro-tab {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  #shopify-section-template--21049408094429__top_product_Qrejaw .pro-tab .nav-item {
    margin: 0 0px;
  }
  .wbmenuup #megamenu .wr-menu span svg {
        stroke: #000;
  }
  #megamenu {
        margin-left: 15px;
        margin-right: 0px !important;
  }
      .header__icons {
        float: left;
    }
      .product__ingredients-wrapper #card-title {
        font-size: 16px !important;
        line-height: 26px !important;
                padding: 8px 8px !important;
      }

    .product__description-wrapper #card-title {
        font-size: 16px !important;
        line-height: 26px !important;
                padding: 8px 8px !important;
    }
.product__ingredients-wrapper #card-title .toggle-icon {
      font-weight: 600 !important;
    line-height: 1;
    transition: transform 0.4s ease !important;
    font-size: 18px !important;
}

.product__description-wrapper #card-title .toggle-icon {
      font-weight: 600 !important;
    line-height: 1;
    transition: transform 0.4s ease !important;
    font-size: 18px !important;
}

   .template-product footer .product-form {
      display: block !important;
      position: fixed !important;
      bottom: 0 !important;
      padding: 20px !important;
      background: #fff !important;
      width: 100% !important;
      left: 0 !important;
      right: 0 !important;
    }
    #ProductInfo-template--21124686872797__main .product-form {
  display: none !important;
}
#shopify-section-template--21135604187357__rich_text_KHr7Be .rich-text__text.rte {
    max-height: 330px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}
.footer_logo_img {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
    .no-onion-btn {
      z-index: 1 !important;
    }
    .wp-icon {
      z-index: 1 !important;
    }
    .jm-review-widget-minimal-header .jm-media-grid {
  --thumbnail-size: 60px !important;
}
}



@media (max-width: 360px) {
.headlogo .header__heading-link img {
    max-width: 130px !important;
}
}


/* 22-12-2025 */
/* PAGE TITLE */
.page_main_title {
  position: relative;
  background-image: url("	https://a1dnnm-ii.myshopify.com/cdn/shop/files/main_banner_1.webp?v=1765776959");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 180px 20px; */
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
      height: 450px;
      display: flex;
    justify-content: center;
    align-items: center;
}

.page_main_title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000038;
}

.page_main_title * {
  position: relative;
}

.page-header-fullwidth {
    width: 100%;
    padding: 40px 40px 10px;
}

.page-header-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.page-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

/* BREADCRUMB */
.page_main_title .breadcrumb {
    border: none;
}
.breadcrumb-fullwidth {
    padding: 14px 40px;
}

.breadcrumb-fullwidth .breadcrumb {
    margin: 0;
    background: transparent;
    font-size: 14px;
}

.breadcrumb-fullwidth a {
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-fullwidth a:hover {
    color: #1e40af;
    text-decoration: underline;
}

.breadcrumb-fullwidth span {
    color: #111827;
}

.breadcrumb-fullwidth i {
    color: #9ca3af;
    margin: 0 6px;
}

/* MOBILE */
@media (max-width: 768px) {
    .page-header-fullwidth {
        padding: 24px 20px 8px;
    }

    .breadcrumb-fullwidth {
        padding: 12px 20px;
    }

    .page-title {
        font-size: 24px;
    }
}


.product-list .wbproduct-container>.card {
  width: 100%;
}

.prbnrtext strong {
  color: #fff;
  margin-bottom: 20px;
}

.prbnrtext h2 {
  color: #fff;
  margin-bottom: 20px;
}

.footer-block--newsletter {
    position: relative;
    margin-top: -50px;
    z-index: 1;
}

/* .footer {
  margin-top: 0;
} */

.ai-about-description-{{ ai_gen_id }} p {
    color: #000;
}

.ai-icon-list-item-{{ ai_gen_id }} {
    align-items: center;
}

#shopify-section-template--21049408094429__offer_banner_new_cHJYRj p {
  font-size: 16px;
}

#shopify-section-template--21049408094429__offer_banner_new_cHJYRj .offerbtxt strong {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
    color: #ea3239;
} 

#shopify-section-template--21049408094429__offer_banner_new_cHJYRj ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

#shopify-section-template--21049408094429__offer_banner_new_cHJYRj .offerbtxt h6 {
 margin-top: 5px;
 margin-bottom: 0;
 color: #ea3239;
}
#shopify-section-template--21049408094429__offer_banner_new_cHJYRj .offerbnr .offerbnrimg  {
    max-height: 500px;
    object-fit: cover;
    height: 100%;
}
  

#shopify-section-template--21049408094429__offer_banner_new_cHJYRj .offerbtxt ul li img {
  border-radius: 50%;
}

.wbhomecat {
    position: relative;
    padding: 100px 0 150px;
}

.homecatbsub {
    border-radius: 20px;
    background: #fff;
    padding: 60px 15px 15px 20px;
    position: unset;
}

.homecatb {
  background: #ea3239;
      border-radius: 20px;
    position: relative;
    text-align: left;
}

.wbhomecat .slick-list {
    padding-bottom: 45px;
}

.homecatb:before {
    content: "";
    background: url(/cdn/shop/files/collectionimg.webp?v=1767002322);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 73px;
    border-radius: 20px 20px 0 0;
}

.homecatbsub h2 {
    font-size: calc(14px * 1.28px);
    font-weight: 700;
}

.homecatbsub h2 span, .homecatbsub h2 img {
    display: inline-block;
    vertical-align: middle;
}

.homecatbsub h2 img {
    display: inline-block;
    vertical-align: middle;
    width: 40px; 
    height: 40px; 
}

.homecatbsub .sub-cat p {
    line-height: 35px;
    margin: 0;
    font-size: calc(14px * 1.28px);
    text-transform: capitalize;
    position: relative;
}

a {
    color: #000;
    transition: .3s ease;
}

.homecatbsub .sub-cat p a:before {
    content: "\f111";
    font-family: fontAwesome;
    font-size: 8px;
    vertical-align: middle;
    color: #ea3239;
    margin-right: 9px;
    position: relative;
    top: -2px;
    display: inline-block;
}

.wbcattsnow a {
    background: #ea3239;
    color: #fff;
    display: block;
    border-radius: 0 0 20px 20px;
    font-size: calc(14px * 1.28px);
    text-transform: capitalize;
    font-weight: 700;
    padding: 10px 15px;
}

.homecatb .cat-img {
    position: absolute;
    right: 0;
    bottom: -45px; 
    height: 250px;
    max-width: 250px;
    object-fit: cover;
}

#shopify-section-template--21049408094429__16385343166ac4f308 {
  margin: 0;
}

.wbblogimg img {
  border-radius: 10px 10px 10px 10px !important;
}

.wbblogdate {
    padding: 10px 20px;
    color: #fff;
    right: 15px !important;
    top: 1px !important;
    border-radius: 10px !important;
    text-align: center;
    font-size: 16px;
    left: unset !important;
}

.wbblogimgdesc h2 {
  height: unset !important;
}

.wbblog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog .blog__view-all a {
  padding: 10px 25px;
}

.footer .footer-collapse li a:hover svg {
  color: #fff;
}

.wbfootcont.list-unstyled li {
  margin-bottom: 10px;
}


@media (max-width: 600px) {
.wbblog {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.footer-block {
  margin-bottom: 15px;
}
.footer__list-social {
  text-align: left;
}
body .wbhomecat:after {
  background-size: contain !important;
  bottom: -165px !important;
}
.page_main_title {
  /* padding: 64px 20px; */
  height: 175px;
}
}

  .faq-container {
    max-width: 700px;
    margin: 3rem auto;
    padding: 0 1rem;
  }

  .footer-faq {
    border-radius: 12px;
    margin-bottom: 45px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #ffffff78;
    padding: 7px 20px;
    background-color: #7a171c;
    position: relative;
    z-index: 2;
    border: none;
  }

  .footer-faq:hover {
    transform: translateY(-2px);
  }

  .footer-faq-question {
    width: 100%;
    color: #fff !important;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    padding: 3px 0;
    font-size: 20px;
    font-weight: 600 !important;

  }


  /* .footer-faq-question::after {
    content: '⌄';
    font-size: 1.4rem;
    transition: transform 0.3s;
  } */

.footer-faq-question i {
  transition: all 0.3s ease;
}

.footer-faq-question.active i {
  transform: rotate(180deg);
}

.footer-faq-question.active {
  transition: all 0.3s ease;
}

  .footer-faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    transition: all 0.3s ease;
    opacity: 1 !important;
  }

  .footer-faq-answer.open {
    padding: 10px 0;
    max-height: 100%;
    transition: all 0.3s ease;
    color: #fff;
  }

  .footer__list-social {
    padding-top: 5px;
  }

  .footer__list-social li a {
    padding: 6px 0 0 !important;
    min-width: 35px !important;
    min-height: 35px !important;
    border-radius: 100px !important;
  }

  .footmiddle {
    padding-top: 0 !important;
  }

  .footer {
    padding-top: 50px;
    background-image: url(https://a1dnnm-ii.myshopify.com/cdn/shop/files/main_banner_1.webp?v=1765776959);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff !important;
    position: relative;
    border-top: 5px solid #8b0f14;
  }

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #6d0005e8;
}

  .footer__blocks-wrapper h5, .footer-block--newsletter h4 {
    color: #fff !important;
  }

  .wbfootcont svg {
    fill: #fff !important;
  }
  
  .wbfootcont ul li {
    color: #fff !important;
  }

  .wbfootcont li a {
    color: #fff !important;
  }

    .wbfootcont li a:hover {
      color: #fff !important;
    }

    .footer__list-social svg {
        fill: #630005 !important;
    }

    .footer__list-social li a:hover {
      background: #fff !important;
      color: #ea3239 !important;
    }

    .footer__list-social li a {
      color: #630005 !important;
    }

    #scroll {
      background: #000000;
    }

    .wbhomecat::after {
      z-index: 2;
    }

    #shopify-section-template--21049408094429__1641034100e01b6706 {
      position: relative;
      background: #f5f5f5;
      margin: 0;
      padding: 60px 0 100px;
      margin-top: -10px;
      z-index: 0;
    }

    #shopify-section-template--21049408094429__1641034100e01b6706::after {
        content: '';
        background-image: url(/cdn/shop/files/b2_1_1.webp?v=1767073147);
        background-repeat: no-repeat;
        width: 100%;
        height: 365px;
        display: block;
        position: absolute;
        bottom: -140px;
        z-index: -1;
    }

    .footer-faq-answer .content_cus p {
      color: #d2c0c0 !important;
    }
    .footer-faq-answer .content_cus h2 {
      font-size: 18px;
      padding-top: 10px;
    }
    
    .footer-faq-answer .content_cus h3 {
      font-size: 20px;
      padding-top: 10px;
    }

    .footer-faq-answer .content_cus h4 {
      font-size: 17px;
      padding-top: 10px;
    }

.footer__blocks-wrapper h5 {
  font-size: 20px !important;
  text-transform: capitalize !important;
}

/* .pro-tab .nav-tabs .nav-link.active {
  border-color: #ea3239;
} */

#shopify-section-template--21126761283805__banner_text_AGzxW8 h2 {
  margin-top: 10px;
  }

  #shopify-section-template--21126761283805__banner_text_AGzxW8 .imgbnrtext {
    height: max-content;
  }

  #shopify-section-template--21126761283805__banner_text_AGzxW8 .imgbnrtext p {
    margin: 0;
    line-height: 24px;
}

  #shopify-section-template--21126761283805__banner_text_AGzxW8 .imgbnrtext .btn-primary {
        margin-top: 40px;
        padding: 10px 25px;
  }

  #shopify-section-template--21126761283805__banner_text_AGzxW8 .imgbnrtext strong {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
    color: #ea3239;
    text-transform: uppercase;
}

.footer__copyright .copyright__content a {
  color: #fff !important;
}

.footer__content-bottom {
  border-top: 1px solid rgb(255 255 255) !important;
}

.footer__payment {
  margin: 0 !important;
}


.page-deal-of-the-day .page_main_title {
  display: none;
}

.page-deal-of-the-day .product-tab-item .product_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 35px;
}

.page-deal-of-the-day .product-tab-item .tabs .nav-tabs {
  display: none;
}

#shopify-section-template--21126761283805__banner_text_AGzxW8 .btn-primary {
  display: none;
}

.footer-faq-answer .content_cus h2 {
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  text-decoration-style: solid;
  text-underline-offset: 6px;
}

.page-deal-of-the-day .grid__item .product-title {
  white-space: unset;
  display: inline-block;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-deal-of-the-day .grid__item .wbimgblock img {
  padding: 10px;
}

#shopify-section-template--21049408094429__wbcollection_list_UzVdwp .homecatb:before {
  display: none;
}

#shopify-section-template--21187897589981__testimonial_FPBLFN {
  margin-top: 0;
}

#shopify-section-template--21049408094429__shop_by_categories_XM64Km .wbhomecat::after {
    z-index: 2;
}

.page-deal-of-the-day .footer {
  margin-top: 0;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .wbmenuup {
        width: 81% !important;
    }
    .slidertext {
    top: 25%;
    }
    h2.heading {
        font-size: 30px !important;
    }
    #shopify-section-template--21049408094429__1641034100e01b6706::after {
    bottom: -220px;
    background-size: contain;
}
    .wbhomecat::before {
        height: 200px !important;
        top: -65px !important;
    }

    .page-deal-of-the-day .product-tab-item .product_grid {
      grid-template-columns: repeat(4, 1fr);
    }

    .slidertext h2 {
      font-size: 50px;
    }
    body .wbhomecat:after {
          height: 255px !important;
          bottom: -90px !important;
    }
        #megamenu li.wbmenul_1 a.wbmenul1_link {
        margin: 0 6px;
        font-size: 14px !important;
    }
    .headlogo .header__heading-link img {
      max-width: 140px !important;
    height: 100%;
    }

    .headlogo .header__heading {
      height: 100%;
    }
}

@media (max-width: 1024px) {
#shopify-section-template--21049408094429__1641034100e01b6706::after {
    height: 365px;
    bottom: -270px;
    z-index: -1;
    background-size: contain;
}
.homecatb .cat-img {
    position: absolute;
    right: 0;
    bottom: -30px;
    height: 170px;
    max-width: 170px;
    object-fit: cover;
}
    .header__icons {
        margin-top: 0px;
    }
    .header-top .row {
      align-items: center;
    }
    .page-deal-of-the-day .product-tab-item .product_grid {
      grid-template-columns: repeat(3, 1fr);
    }
        #shopify-section-template--21187897589981__slideshow_Uym9ym .sliderel img {
        height: 500px;
        object-fit: cover;
    }
      #shopify-section-template--21187897589981__slideshow_Uym9ym .slidertext {
        top: 21%;
    }
            .wbmenuup {
        display: unset !important;
    }
        #megamenu{
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

          .menupos::before {
        z-index: -1;
      }

        #megamenu .menu-vertical {
        overflow-y: scroll;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: #fff;
        padding: 0;
        width: 320px;
        transform: translate(-100%);
        transition: all .5s ease-out 0s;
        }

    #megamenu.active .menu-vertical {
        transform: translate(0);
    }
    #megamenu .wr-menu, #megamenu .wbmenuclose {
      display: block !important;
      text-align: left;
    }

    #megamenu .wr-menu .icon {
          fill: #000;
    }
        .wbmenuclose {
        font-size: 22px;
        padding: 11px 15px;
        margin-bottom: 0;
        border-bottom: 1px solid #eeeeee;
    }
        #megamenu .wbmenulink .wbmenul1_link {
        display: block;
        position: relative;
        padding: 15px;
        border-top: 1px solid var(--color-wbbordercolor);
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 400;
        text-transform: capitalize;
    }
        #megamenu li.wbmenul_1 {
        display: block !important;
        vertical-align: middle;
        text-align: left;
    }
    .w3-overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00000080;
        z-index: 3;
    }
    #megamenu .wbmegamainhd {
        width: 14px;
        height: 14px;
        display: block;
        position: absolute;
        right: 15px;
        top: 24px;
        cursor: pointer;
    }
        #megamenu .wbmegamainhd:before {
        content: "";
        width: 100%;
        height: 2px;
        margin: -1px 0 0;
        background: #000;
        position: absolute;
        left: 0;
        top: 50%;
    }
        #megamenu .wbmegamainhd:after {
        content: "";
        width: 2px;
        height: 100%;
        margin: 0 0 0 -1px;
        background: var(--color-base-text);
        position: absolute;
        left: 50%;
        top: 0;
        backface-visibility: hidden;
        perspective: 1000;
        transform: translateZ(0);
        transition: height .2s ease-in-out, top .2s ease-in-out;
    }

        #megamenu .wbmenulink .wbmenul1_link {
        display: block !important;
        position: relative !important;
        padding: 15px !important;
        border-top: 1px solid #eeeeee !important;
        font-size: 16px !important;
        letter-spacing: 0 !important;
        font-weight: 400 !important;
        text-transform: capitalize !important;
    }
    .bnrtext {
      z-index: 0;
    }
}



@media (max-width: 991px) {

    h2.heading {
        font-size: 24px !important;
    }
    .homecatb .cat-img {
        position: absolute;
        right: 0;
        bottom: -55px;
        height: 160px;
        max-width: 120px;
        object-fit: cover;
    }
    .wbblogdate {
      padding: 5px 13px !important;
      font-size: 14px !important;
    }
    #shopify-section-template--21049408094429__1641034100e01b6706::after {
    height: 365px;
    bottom: -280px;
    z-index: -1;
    background-size: contain;
  }

  .page-deal-of-the-day .grid__item .product-title {
      max-width: 180px;
  }
.page_main_title {
      height: 340px;
}

}

@media (max-width: 600px)  {
  .wbcolltop .catcontent h2 {
    font-size: 18px !important;
  }
  .wbimgblock img {
    height: 190px;
    width: 190px;
    object-fit: contain;
  }



  .pcatheading {
    display: none;
  }

  #shopify-section-template--21049408094429__1641034100e01b6706 {
    padding: 60px 0 60px;
  }
  #shopify-section-template--21049408094429__1641034100e01b6706::after {
        content: '';
        background-image: url(/cdn/shop/files/b2_1_1.webp?v=1767073147);
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
        display: block;
        position: absolute;
        bottom: -58px;
        z-index: -1;
        background-size: contain;
  }
    .homecatb .cat-img {
        bottom: -45px;
        height: 190px;
        max-width: 190px;
    }
  .footer__list-social {
    text-align: left !important;
  }

  .footer__blocks-wrapper h5 {
    margin-bottom: 15px !important;
  }
  .heading strong {
    font-size: 14px;
    margin-top: 10px;
  }

  .menupos .menuposrow {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
  }

    .tright {
    margin-top: 0 !important;
  }

  #shopify-section-template--21126761283805__banner_text_AGzxW8 .bnrtext img {
    margin-bottom: 20px;
  }

    .bnrtext {
        padding: 0px 5px 60px 5px;
    }

        .page_main_title {
        height: 150px !important;
    }
        .page-header-fullwidth {
        padding: 8px 20px 8px;
    }
        .s-panel .slick-dots {
        bottom: -15px;
    }

  #shopify-section-template--21187897589981__slideshow_Uym9ym .sliderel img {
        height: 185px;
    object-fit: cover;
  }

  .page-deal-of-the-day .product-tab-item .pro-tab {
    display: none;
  }

      .page-deal-of-the-day .product-tab-item .product_grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
    }
        .page-deal-of-the-day .grid__item .product-title {
        max-width: 140px;
    }
    .product_grid .cless {
      padding: 0 5px !important;
    }
    .grid__item.cless {
      padding: 0 5px !important;
    }

    #shopify-section-template--21049408094429__offer_banner_new_cHJYRj .offerbtxt ul li img {
          height: 70px;
    width: 70px;
    }

    .parallxbnr .bnrtext {
        padding: 50px 0 50px 0;
    }

    .footer-faq-question {
      text-align: left;
      font-size: 18px;
    }

    .footer__blocks-wrapper h5 {
      font-size: 18px;
    }

}

.wbhomecat::before {
    background-size: contain;
}


.template-collection .footer {
  margin-top: 0;
}

  .page-deal-of-the-day .product-tab-item .pro-tab {
    display: none;
  }


.template-product .page_main_title {
  display: none;
}

.template-product .product-section {
  padding-top: 200px;
}
.template-product footer {
  margin: 0;
}

.single_product_features_grid {
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px 0 30px;
    /* border-top: 1px solid #eeeeee; */
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.feature-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .icon-circle {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
            border: 1px solid #eeeeee;
        }

        .icon-circle .fa {
          font-size: 25px;
          color: #ea3239;
        }

        .icon {
            width: 24px;
            height: 24px;
            stroke-width: 1.5;
            fill: none;
        }

        .feature-text {
            font-size: 16px;
            color: #000;
            text-align: center;
            max-width: 180px;
            margin: 0;
        }

        .promo-strip {
            max-width: 900px;
            margin: 0 auto;
            background: linear-gradient(135deg, #ff000a1a 0%, #ff000a1a 100%);
            border-radius: 8px;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .content-wrapper {
            display: flex;
            align-items: center;
            gap: 20px;
            flex: 1;
        }

        .circle-emblem {
                        width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        }

        .graphic-symbol {
            width: 42px;
            height: 42px;
            position: relative;
        }

        .prohibition-mark1 {
                        width: 50px;
            height: 50px;
        }
         .prohibition-mark1 img {
                                  width: 50px;
            height: 50px;
         }

        /* .diagonal-strike {
            position: absolute;
            width: 50px;
            height: 3px;
            background-color: #d63031;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(-45deg);
            border-radius: 2px;
        } */

        .message-block {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .heading-primary {
            font-size: 20px;
            font-weight: 700;
            color: #000;
            line-height: 1.2;
        }

        .description-text {
            font-size: 14px;
            color: #000;
            line-height: 1.3;
        }

        .action-circle {
            width: 36px;
            height: 36px;
            background-color: #d63031;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            flex-shrink: 0;
            transition: background-color 0.2s;
        }

        .action-circle:hover {
            background-color:rgb(151, 29, 29);
        }

        .letter-symbol {
            color: white;
            font-size: 20px;
            font-weight: bold;
        }

        @media (max-width: 600px) {
            .promo-strip {
                padding: 16px 20px;
            }

            .circle-emblem {
                width: 60px;
                height: 60px;
            }

            .graphic-symbol {
                width: 36px;
                height: 36px;
            }

            .heading-primary {
                font-size: 17px;
            }

            .description-text {
                font-size: 13px;
            }
        }

#shopify-section-template--21124686872797__product-recommendations .card-wrapper {
  margin: 0;
}

#shopify-section-template--21124686872797__product-recommendations {
  margin-bottom: 60px;
}

#shopify-section-template--21135604187357__rich_text_KHr7Be .rich-text {
  padding: 0;
}

#shopify-section-template--21135604187357__rich_text_KHr7Be .rich-text p {
  text-align: left;
}


/* 08-01-2026 */
.product-form .product-form__buttons button {
  display: inline-block;
  max-width: 48%;
  width: 100%;
}

.product-form .product-form__buttons .product-form__submit{
  border-radius:8px ;
}

.product-form .product-form__buttons .shopify-payment-button {
  display: inline-block;
  max-width: 48%;
  width: 100%;
}

.product-form .product-form__buttons .shopify-payment-button__button {
  max-width: unset;
  margin-top: unset;
  line-height: 1.25;
  padding: 8px 10px;
  margin-left: 10px;
}

.shopify-payment-button__button--unbranded {
  height: 100%;
}

.product__info-container .product-form__buttons .btn {
  margin-bottom: 0 !important;
  margin-right: 10px;
}

.single_product_features_grid .feature-box {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #68030724;
}

.product__info-container .product__title {
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  margin-top: 15px;
}

.product__info-container .price .price-item {
  font-size: 22px !important;
  font-weight: 600 !important;
}

@media (max-width: 1024px)  {
  .single_product_features_grid {
      grid-template-columns: repeat(2, 1fr);
  }
    .template-product .row {
    row-gap: 25px !important;
  } 
  .template-product .product-section {
    padding-top: 150px;
}
}

@media (max-width: 600px)  {
  .single_product_features_grid {
      grid-template-columns: repeat(1, 1fr);
  }
}

.product-form__quantity {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-form__quantity .form__label {
  margin-bottom: 0;
}

.share-button__button, .share-button__fallback button {
  font-size: 16px;
  font-weight: 500;
  color: #121212;
}

.share-button__button .icon-share {
  color: #121212; 
}

.template-product #shopify-section-template--21124686872797__parallexbanner_EhxiB9 {
  margin-top: 0 !important;
}

/* 22/01/2026*/
.footer::before{
  background:linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(234 50 57 / 30%) 80%, rgba(0, 0, 0, 1) 100%);
}

.about-title{
  font-size:18px;
  font-weight:600;
}

#shopify-section-template--21124686872797__17663951752f35206c .ai-comparison-column-atumxwfjxbdddwmhcnaigenblock954d6a8ulqehk--featured::before{
  display:none;
}

#shopify-section-template--21124686872797__blocks_znQfE3 .ai-safe-packaging-image-wrapper-avdjmmhoyved4ahawaaigenblockeb0ad89ergv3m{
    width: 100%;
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#shopify-section-template--21124686872797__blocks_znQfE3 .ai-safe-packaging-feature-avdjmmhoyved4ahawaaigenblockeb0ad89ergv3m{
  padding:0;
  background-color:#ea3239;
}

#shopify-section-template--21124686872797__blocks_znQfE3 .ai-safe-packaging-feature-title-avdjmmhoyved4ahawaaigenblockeb0ad89ergv3m{
  color:#fff;
}

#shopify-section-template--21124686872797__blocks_znQfE3 .ai-safe-packaging-feature-text-avdjmmhoyved4ahawaaigenblockeb0ad89ergv3m{
      padding: 0 20px 20px 20px ;
    color: #fff;
}

.footer__list-social svg{
    fill:#2d3436 !important;
}

.footer__list-social svg  path{
   fill:unset !important;
}

.footer-faq{
      background-color: #606060;
}

#shopify-section-template--21124686872797__main{
      z-index: 0;
    position: relative;
}

.template-product .product__info-wrapper .breadcrumb{
      margin-bottom: 15px;
      margin-top:0;
          background: unset;
    border: 0;
    padding: 0;
    font-size:16px;
}

.template-product .product__info-wrapper .breadcrumb .col-12{
  padding:0;
}

.promo-strip{
  box-shadow:unset;
}

.product__info-container .product-form__buttons .btn,
.product-form .product-form__buttons .shopify-payment-button__button{
  border-radius:8px;
}

.single_product_features_grid .feature-box{
  background:#f3f3f3;
}

#shopify-section-template--21124686872797__parallexbanner_EhxiB9 .bnrtext{
  padding:80px 0;
}

.template-product .quantity .quantity__button svg{
      stroke-width: 0;
      width:14px;
}

.footer__list-social li svg{
  stroke-width: 0;
}

.template-product .product__info-wrapper .product-form__input input[type=radio]+label{
     display: inline-flex !important;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 20px !important;
}

.footer__content-bottom
 {
    border-top: 1px solid rgb(255 255 255 / 60%) !important;
}

.template-product .product__info-wrapper  .product-form{
  border-bottom:1px solid #d3d3d3;
  padding-bottom:20px;
}

.ai-comparison-badge-atumxwfjxbdddwmhcnaigenblock954d6a8ulqehk{
      position: absolute;
    top: 0;
    border-top-left-radius: 0  !important;
    border-top-right-radius: 0 !important;
}

.ai-comparison-column-atumxwfjxbdddwmhcnaigenblock954d6a8ulqehk--featured{
  padding-top:60px !important;
}

#FacetsWrapperDesktop details:nth-of-type(1),
#FacetsWrapperDesktop details:nth-of-type(2),
#FacetsWrapperDesktop details:nth-of-type(3),
#FacetsWrapperDesktop details:nth-of-type(4){
  display:none;
}

#FacetFiltersFormMobile details:nth-of-type(1),
#FacetFiltersFormMobile details:nth-of-type(2){
  display:none;
}

#FacetFiltersFormMobile div.mobile-facets__details {
  display:none;  
}

.wp-icon{
   position: fixed;
    width: 50px;
    height: 50px;
    bottom: 110px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    z-index: 9;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.wp-icon img{
   object-fit:contain;
    height: 30px;
    filter: invert(1);
}

.footer__list-social li img{
  height:16px;
  object-fit:contain;
}

#card-container {
  background: #ededed;
  margin: 5% auto;
}

#card-title {
  font-weight: 700;
  font-size: 25px;
  background: #ea3239;
  padding: 15px 20px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Toggle icon */
#card-container .toggle-icon {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.4s ease;
}

  /* Hidden by default */
#card-container .recipe-content {
    display: none;
      transition:
    max-height 0.6s ease,
    opacity 0.4s ease,
    padding-top 0.4s ease;
  }

  /* Open state */
#card-container .recipe-content.active {
    display: block;
  }

  /* Rotate icon */
#card-container .toggle-icon.rotate {
    transform: rotate(45deg);
  }

  #card-title .toggle-icon.rotate {
    transform: rotate(45deg);
  }

#details {
  background: #fff;
  border-left: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  font-size: 16px;
  padding: 15px 20px;
  text-align:center;
}

.detail-value {
  color: #455560;
}

#card-items {
  background: #ededed;
  padding:0px 40px;
  width:50%;
}

.card-item-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom:20px;
  display:block;
}



.checkmark li {
  list-style-type: none;
   margin-bottom: 8px;
}

.checkmark {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.checkmark li {
  display: inline-flex;
  align-items: center;
}

.checkmark li::before {
  display: none !important;
  content: none !important;
}

.checkmark li::after {
  content: "|";
  margin-left: 5px;
}

.checkmark li:last-child::after {
  content: "";
}

#method {
  background: #fff;
  border: solid 1px #d3d3d3;
  padding: 20px;
  width:100%;
}

#method ol{
  list-style: none;
    counter-reset: my-awesome-counter;
}

#method li {
  margin-bottom: 10px;
  margin-left: -38px;
   counter-increment: my-awesome-counter;
   display: flex;
    align-items:center;
        border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

#method li:last-child{
  border-bottom:0;
  padding-bottom:0px;
    margin-bottom:0px;
}

#method li span{
      display: inline;
    width: 96%;
}

#method li::before {
  content: "";
  background: #ea3239;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}


#recipe-image {
  overflow: hidden;
  height:450px;
  width:50%;
  display: none;
}

#recipe-image img{
  height:100%;
  width:100%;
  object-fit:cover;
}

.details-box{
    display: flex;
    flex-wrap:wrap;
}

.newsletter-block p{
  color:#fff;
}

.pp_tracking_title{
  text-align:center;
}

.headlogo .header__heading-link img{
      max-width: 200px;
}

.template-blog .article-card {
  border-radius: 10px;
    margin: 0;
    border: 1px solid var(--color-wbbordercolor);
    height:100%;
}

.template-blog .article-card .wbblogimgdesc {
  padding:15px;
  text-align:left;
  margin:0;
}

.template-blog .article-card .wbblogimgdesc .allblgdate{
  display: flex;
    align-items: center;
    gap: 10px;
    justify-content:space-between;
}

.template-blog .article-card .wbblogimgdesc .wbblogauth{
    margin: 0;
    font-size:15px;
}

.template-blog .article-card .wbblogimgdesc  .wbblogdate {
      padding: 0 !important;
    margin: 0;
    color: #000;
    font-size:15px;
}

.template-blog .article-card .wbblogimgdesc  .article-card__footer{
  display:none;
}

#shopify-section-template--21049407996125__main .heading{
  display:none;
}

.wbsingleblog .article-template__content{
  color:#000 !important;
}

.template-article .wbsingleblog h1{
  display:none;
}

.template-article .wbsingleblog a{
  color:#ea3239 !important;
}

.pp_tracking_form_div.both_form .pp_tracking_form_in{
      border: 1px solid #eeeeee;
    background: #ea323921;
    margin:50px 0;
}

.pp_tracking_span span{
         color: #121212;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5;
    display: block;
}


.PP-TextField__Input{
      padding: 8px 15px;
  background-color: var(--color-background);
    border: 0.1rem solid var(--color-wbbordercolor);
    border-radius: 0;
    font-size: var(--color-base-text);
    width: 100%;
    height: 45px;
}

#shopify-section-template--21049408094429__1641034100e01b6706::after{
  background-position:center;
}

.wbhomecat::before,#shopify-section-template--21049408094429__1641034100e01b6706::after{
  display:none !important;
}

#shopify-section-template--21049408094429__parallexbanner_a4aRMr,#shopify-section-template--21049408094429__shop_by_categories_XM64Km{
  margin-top:0 !important;
}

.offerbnr{
  position:relative;
  padding-bottom:80px;
}

    #shopify-section-template--21049408094429__offer_banner_new_cHJYRj::after {
        content: '';
        background-image: url(//a1dnnm-ii.myshopify.com/cdn/shop/files/b4.webp?v=1767074121);
        background-repeat: no-repeat;
        width: 100%;
        height: 262px;
        display: block;
        position: absolute;
               bottom: -150px;
    z-index: 1;
    background-position: center;
    background-size: contain;
       left: 0;
    right: 0;
}

body .wbhomecat:after{
    content: '';
    background-image: url(/cdn/shop/files/b2_1_1.webp?v=1767073147);
    background-repeat: no-repeat;
    width: 100%;
    height: 345px;
    display: block;
    position: absolute;
    bottom: -140px;
    z-index: -1;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
}

.article-card{
  height:100%;
}

#shopify-section-template--21049408094429__blocks_BUNicD{
  padding-top:50px;
}

/*.homecatb:after {
    content: '';
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.catcntinner h2,.catcntinner p{
  color:#000;
}*/

/* media  query */
@media (max-width:767px){

  body .wbhomecat:after{
    bottom:-185px;
  }

  .wbhomecat{
    padding:50px 0;
  }

  .wbblogimgdesc h2{
    white-space:unset !important;
  }


  #method li{
    align-items:flex-start;
  }

  #method li::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size:14px;
  }

  #recipe-image{
    width:100%;
    display: none;
  }

  .pp_tracking_title{
    font-size:30px;
  }

  .pp_tracking_form_div.both_form .pp_tracking_form_in{
        border: 1px solid #e6e6e6 !important;
    border-radius: 7px !important;
    clear: both;
    padding: 30px 20px !important;
  }

  #card-items,#method{
    width:100%;
  }

  .wbhdtop{
    display:block;
  }

  .wbhdtop p, .wbhdtop .disclosure__button{
    font-size:12px;
  }

  #shopify-section-template--21124686872797__parallexbanner_EhxiB9 .bnrtext{
    padding:50px 0;
  }

  .template-blog .article-card .wbblogimgdesc .allblgdate{
    flex-direction: column;
    align-items: flex-start;
  }

  .template-blog .article-card .wbblogimgdesc  .wbblogdate {
    padding:0 !important;
    margin:0;
  }

  .template-blog .article-card .wbblogimgdesc .wbblogauth{
    font-size:14px;
  }
}

@media (min-width: 992px){
#megamenu li.wbmenul_1 a.wbmenul1_link{
          margin: 0 5px !important;
}
}

@media (max-width:1024px){
  #recipe-image{
    height:auto;
  }

  #card-items {
    padding:20px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px){

  body .wbhomecat:after{
    bottom: -155px;
    height: 345px;
    background-size: contain;
  }

  .wbblog{
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
    flex-wrap: wrap;
  }

  .wbblog .cless{
    max-width:50%;
  }

  .wbblogimgdesc h2{
    white-space:unset !important;
  }

  .footer-block.col-md-3{
            flex: 0 0 50%;
        max-width: 50%;
  } 
  
  
  .pp_tracking_form_div.both_form .pp_tracking_form_in{
    border: 1px solid #e6e6e6 !important;
    border-radius: 7px !important;
    padding: 30px 20px !important;
  }

  .pp_tracking_form_div.both_form .pp_tracking_form_desktop{
    flex-direction:row !important;
  }

  .pp_tracking_line_center{
    display:block !important;
  }

  .pp_tracking_line_center:after, .pp_tracking_line_center:before {
    background: url(https://cdn.shopifycdn.net/s/files/1/1297/6081/files/or-line.svg?v=1605063459) no-repeat 50% !important;
    content: "";
    display: block !important;
    height: 4.5rem;
    overflow: hidden;
}
#shopify-section-template--21049408094429__offer_banner_new_cHJYRj::after {
      bottom: -110px;
          height: 212px;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){

  .newsletter-form__field-wrapper button.btn-primary{
    padding:0 5px !important;
  }
}

@media (max-width:1409px){
    .template-blog .article-card .wbblogimgdesc .allblgdate{
    flex-direction: column;
    align-items: flex-start;
  }
}


/* 04-02-2026 */
#shopify-section-template--21049408094429__wbcollection_list_UzVdwp .homecatb a {
    position: relative;
    display: block;
}

/* image layer */
#shopify-section-template--21049408094429__wbcollection_list_UzVdwp .homecatb img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* RIGHT white, LEFT clear overlay */
#shopify-section-template--21049408094429__wbcollection_list_UzVdwp .homecatb a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 1;
    pointer-events: none;
}

#shopify-section-template--21049408094429__wbcollection_list_UzVdwp .homecatb .catcontent {
  z-index: 3;
        left: 0;
    top: 0;
    transition: .3s ease;
    bottom: 20px;
    display: flex;
    align-items: end;
    text-align: center;
    right: 0;
    justify-content: center;
}

#shopify-section-template--21049408094429__wbcollection_list_UzVdwp .homecatb .catcntinner {
  max-width: 300px;
}

.sidebar-cate-toogle .block-title {
    position: relative;
    padding: 0 1.75rem 0 0;
    padding-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
    line-height: calc(1 + 0.5 / 1.0);
}

.sidebar-cate-toogle .collapse svg {
    position: absolute;
    height: 0.8rem;
    right: -3px;
    top: calc(50% - .5rem);
    color: #000;
}

details .sidebar-categories details {
  display: block !important;
  margin-bottom: 10px !important;
}

details .sidebar-categories details summary {
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    text-transform: unset;
    font-weight: 600;
}

details .sidebar-categories details summary svg {
  display: none;
}

details .sidebar-categories details .facets__display .nav-categories {
      padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

.sidebar-categories .facets__item {
      font-size: 16px;
    border-bottom: unset;
    padding-bottom: unset;
    text-transform: unset;
    font-weight: 600;
        margin-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.sidebar-categories {
    font-size: 14px;
    max-height: 800px;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ea3239 #f1f1f1;
    display: block;

}

.sidebar-categories .level0 .level1 {
  line-height: 25px;
}

#shopify-section-template--21135604187357__rich_text_KHr7Be .rich-text {
  margin-top: 0px;
}


@media (max-width:600px) {
.sidebar-categories .facets__item {
  font-size: 14px;
}

details .sidebar-categories details summary {
  font-size: 14px;
}
.sidebar-categories {
  max-height: 500px;    
}
.sidebar-categories {
  padding: 15px;
}
#card-title {
      padding: 8px 8px;
      font-size: 16px;
      line-height: 26px;
}
#card-container .toggle-icon {
  font-size: 18px;
}
}

#megamenu .icon {
  stroke-width: 20px;
}

#FacetFiltersForm details .facets__summary div span {
  color: #dd2223;
}

#FacetFiltersForm details .sidebar-categories .facets__summary div span {
  color: #000;
}


.facets__summary .icon-caret {
  stroke: #dd2223;
}


.wbmainblog .wbblogimgdesc h2 {
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-card .wbblogtxt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ingredients-section #card-container .details-box #card-items   {
  max-height: 400px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #dd2223 #f1f1f1;
  padding: 0px 40px;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.ingredients-section #card-container .details-box #card-items .checkmark {
  margin: 0;
}


/* 30-03-2026 css */
/* .pro-tab .nav-tabs .nav-link.active {
      background: 0 0;
    border-color: #ea3239;
    color: #000;
} */


.template-collection .rich-text__blocks {
  max-width: 100%;
}


.collection-grid-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  padding: 20px 0;
}

.collection-grid-page .collection-card a {
  text-decoration: none;
  color: inherit;
}

.collection-grid-page .collection-card {
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.collection-grid-page .collection-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.collection-grid-page .card-image img {
  width: 100%;
  height: 212px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.collection-grid-page .collection-card:hover .card-image img {
  transform: scale(1.08);
}

.collection-grid-page .card-content {
  padding: 18px;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}

.collection-grid-page .collection-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.collection-grid-page .collection-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.collection-grid-page .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.collection-grid-page .collection-card:hover .arrow {
  transform: translateX(6px);
}

a.wbmenul1_link[href*="offer"] {
background: linear-gradient(45deg, #d9211d, #ea3239e6);
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 14px !important;
    font-weight: bold;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-image: url("/cdn/shop/files/brush_final_80739264-ccfe-4634-b2d1-74cc0b366787.png?v=1774932841");
    background-size: cover;       /* or contain */
    background-repeat: no-repeat;
    background-position: center;
}

.template-product .galaji-topbar{
  color:#000 !important;
}

.page-terms-conditions .rich-text__text {
  text-align: left !important;
}


.page-privacy-policy .rich-text__text {
  text-align: left !important;
}

.page-cancellation  .rich-text__text {
  text-align: left !important;
}

.page-shipping  .rich-text__text {
  text-align: left !important;
}

.page-contact .wbcontform{
padding:60px 0 !important;
}

.page-return-refund-policy   .rich-text__text {
  text-align: left !important;
}

#shopify-section-template--21049408094429__offer_banner_new_cHJYRj {
  position: relative;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.cat-card {
  background: linear-gradient(#f6e27a, #f9d976);
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  transition: 0.3s;
}

.cat-card:hover {
  transform: translateY(-5px);
}

.cat-title {
  font-size: 18px;
  font-weight: 600;
  color: #a52a2a;
  margin-bottom: 15px;
}

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

.cat-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.cat-btn:hover {
  background: #333;
}

/* Responsive */
@media (max-width: 992px) {
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .cat-grid {
    grid-template-columns: 1fr;
  }

  #shopify-section-template--21124686872797__1779955342d0972e95{
    padding:0 16px !important;
  }
}

.page-why-no-onion-no-garlic footer {
  margin: 0;
}

.page-why-no-onion-no-garlic #shopify-section-template--21974803710173__parallexbanner_BXFbJA {
  margin-top: 0px !important;
}

.catalog .wide-extra{
  grid-column: span 2;
    grid-row: span 2;
}


.no-onion-btn {
  position: fixed;
    right: 15px;
    bottom: 170px;
  background:rgb(0, 0, 0);
  color: #fff;
padding: 20px 13px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 9;
  transition: all 0.3s ease;
  writing-mode: vertical-rl;
}

/* Hover Effect */
.no-onion-btn:hover {
  background: #8e0000;
  transform: translateY(0%) scale(1.05);
  color:rgb(231, 231, 231);
}

/* Icon Style */
.no-onion-btn .icon {
  font-size: 18px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .no-onion-btn {
    right: 15px;
    padding: 20px 14px;
    font-size: 12px;
  }

  .popup-box {
        max-height: 275px !important;
  }
    .page_main_title {
        height: 320px;
    }
    .ai-journey-step-avenfvnlcsdhrdxdvmaigenblock54ad204fzwhde:nth-child(even) {
        flex-direction: row-reverse !important;
    }
    .ai-journey-step-avenfvnlcsdhrdxdvmaigenblock54ad204fzwhde:nth-child(odd) {
        flex-direction: row-reverse !important;
    }
}

@media (max-width: 600px) {
.popup-left {
  width: 100% !important;
}
.popup-right {
  width: 100% !important;
}

  .popup-box {
        max-height: 100% !important;
        height: unset !important;
  }
  .popup-right h2 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
}
.product--thumbnail_slider {
  margin-bottom: 0 !important;
}
.ingredients-section #card-container .details-box #card-items {
  width: 100%;
}

.product--thumbnail_slider .product__media-wrapper {
  max-height: unset !important;
}

.grid--2-col-tablet .grid__item.protopimg-item {
  padding: unset !important;
}
.template-product .product-section
 {
    padding-top: 30px;
}

#card-title {
  text-align: left;
}

}

.template-collection .beffect img {
  border-radius: 0px;
  margin-bottom: 40px;
}

.template-collection .beffect:hover a::after, .template-collection .beffect:hover a::before {
  display: none;
}

.banner_img img {
    width: 100%;
    object-fit: cover;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.popup-box {
  background: #fff;
  border-radius: 12px;
  width: 850px;
  max-width: 90%;
  overflow: hidden;
  position: relative;
  max-height: 345px;
  height: 100%;
}


.popup-content {
  display: flex;
  flex-wrap: wrap;
}

.popup-left {
  width: 50%;
}

.popup-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-right {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-right h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.popup-right p {
  font-size: 16px;
  margin-bottom: 20px;
}

.coupon-box {
  display: flex;
  border: 1px dashed #ccc;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.coupon-box button {
  background: #ea3239;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.copy-message {
  margin-top: 10px;
  color: green;
  font-size: 14px;
  display: none;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 33px;
    cursor: pointer;
}

#megamenu .simple-linkmn.wbmenudropdown .level_3 .droped_linklist{
  width:310px !important;
}


/* 14-04-2026 css */

/* .product--thumbnail_slider {
  margin-bottom: 200px;
} */
.product--thumbnail_slider .product__media-wrapper {

    height: 100%;
}

.product--thumbnail_slider ul li.protopimg-item {
    height: 550px;
    padding-left: 0;
}

.product--thumbnail_slider ul li .product__media  {
      height: 100%;
}

.product--thumbnail_slider ul li .product__media img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product--thumbnail_slider .thumbnail-list .thumbnail-list__item {
  height: 100px;
}

.product--thumbnail_slider .thumbnail-list .thumbnail-list__item img {
  height: 100px;
  width: 80%;
  object-fit: contain;
}

.product--thumbnail_slider .thumbnail-list .thumbnail-list__item button {
  width: 100%;
}

@media screen and (min-width: 601px){
.product--thumbnail_slider .thumbnail-list {
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 0;
  row-gap: 20px;
}
}



.product__ingredients-toggle,
.product__description-toggle {
  width: 100%;
  background: #ef2935;
  color: #fff;
  border: none;
  padding: 18px 20px;
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  position: relative;
  border-radius: 0;
}

.product__ingredients-toggle::after,
.product__description-toggle::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 800;
}

.product__ingredients-toggle[aria-expanded="true"]::after, .product__description-toggle[aria-expanded="true"]::after{
  transform: rotate(45deg);
}


/* .product__ingredients,
.product__description {
  padding: 18px 20px;
  border: 1px solid #eee;
  border-top: none;
  background: #fff;
} */

.product__ingredients-wrapper,
.product__description-wrapper {
  margin-bottom: 12px;
}

.recipe-content,
.product__description {
  display: none;
      transition:
    max-height 0.6s ease,
    opacity 0.4s ease,
    padding-top 0.4s ease;
}

.recipe-content.active,
.product__description.active {
  display: block;
}

.product__ingredients-wrapper .recipe-content.active {
      margin-top: 12px;
    padding: 0 10px;
}

.product__description-wrapper .product__description.active {
   margin-top: 12px;
    padding: 0 10px;
}

.product__ingredients-wrapper #card-title {
  padding: 8px 10px;
    /* min-height: 40px; */
    font-size: 18px;
    line-height: 28px;
}

.product__description-wrapper #card-title {
  padding: 8px 10px;
    /* min-height: 40px; */
    font-size: 18px;
    line-height: 28px;
}


@media screen and (max-width: 749px) {

  .slider-buttons {
    display: none !important;
  }

  .slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: 0.3s;
  }

  .slider-dot.active {
    background: #ea3239;
  }
}

@media screen and (min-width: 750px) {
  .slider-dots {
    display: none !important;
  }
}

.template-product footer .product-form {
  display: none;
}

footer .product-form .product-form__buttons button {
    border-radius: 8px;
}


.footer_logo {
  text-align: center;
}

.footer_logo_img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
}

#FacetFiltersForm .banner_img {
  margin-bottom: 50px;
}


#shopify-section-template--21135604187357__rich_text_KHr7Be .rich-text__text.rte p:not(:first-child) {
  display: none;
}

#shopify-section-template--21135604187357__rich_text_KHr7Be .rich-text__text.rte.expanded p {
  display: block;
}

#shopify-section-template--21135604187357__rich_text_KHr7Be .rich-text__text.rte {
    max-height: 120px; /* adjust according to first paragraph */
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

#shopify-section-template--21135604187357__rich_text_KHr7Be .rich-text__text.rte.expanded {
    max-height: 1000px;
}

#shopify-section-template--21135604187357__rich_text_KHr7Be .custom-read-more-btn {
    background: #f2353b;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
    
}

#shopify-section-template--21135604187357__rich_text_KHr7Be .custom-read-more-btn:hover {
    background: #e1262d;
}

.template-index #megamenu li.wbmenul_1 a.wbmenul1_link {
  color: #fff;
}


.template-index .shopify-section-header-sticky #megamenu li.wbmenul_1 a.wbmenul1_link {
  color: #000;
}

.template-index .header .header__icons {
  color: #fff;
    fill: #fff;
}

.template-index .shopify-section-header-sticky .header .header__icons {
  color: #000;
    fill: #000;
}

#shopify-section-template--21126761283805__imagebanner_tyhh6M {
  margin-bottom: 60px;
}

#shopify-section-template--22540220727517__rich_text_xEcgDX .rich-text {
    padding: 0 !important;
}

.jm-cluster {
  justify-content: center !important;
  gap: 0 !important;
}

.jm-stack.jm-stack--space-200 {
  width: 100%;
    text-align: center;
}

.jdgm-write-review-modal .jdgm-write-review-modal__stars .jdgm-star {
    font-size: 28px !important;
    font-weight: 400;
    line-height: 38px !important;
    cursor: pointer;
}


.jdgm-write-review-modal__title:nth-of-type(2){
    display: none !important;
}
.jdgm-write-review-modal__intro:nth-of-type(2){
    display: none !important;
}
.jdgm-write-review-modal__form--thank-you 
.jdgm-write-review-modal__stars {
    display: none !important;
}

.jm-filters__buttons {
  gap: 5px !important;
}

.jm-review-widget-minimal-header__button-and-filters {
  gap: 5px !important;
}
.jdgm-review-list {
  display: block !important;
}

.jdgm-review-list .jm-review-item {
  border-top: 1px solid #e0e0e0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
  padding: 18px 15px !important;
  background: #fff;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.jdgm-review-list .jm-review-item + .jm-review-item {
  border-top: 0 !important;
}

.jdgm-review-list .jm-review-item__body {
  display: block !important;
}

.jdgm-review-list .jm-review-item__content {
  width: 100% !important;
}

.jdgm-review-list .jm-star-rating {
  display: inline-flex !important;
  align-items: center;
  gap: 2px;
  margin-right: 8px;
  vertical-align: middle;
}

.jdgm-review-list .jm-star-rating__font-icon {
  color: #ffcc00 !important;
  font-size: 15px !important;
}

.jdgm-review-list .jm-reviewer-avatar {
  display: none !important;
}

.jdgm-review-list .jm-reviewer-info {
  margin-top: 6px !important;
}

.jdgm-review-list .jm-reviewer-info__name {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #878787 !important;
}

.jdgm-review-list .jm-review-content {
  margin-top: 6px !important;
}

.jdgm-review-list .jdgm-review-content__body-content p {
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #212121 !important;
  margin: 0 !important;
}

.jdgm-review-list .jm-reviewer-info__details span {
  font-size: 13px !important;
  color: #878787 !important;
}

/* Review card content left align */
.jdgm-review-list .jm-review-item,
.jdgm-review-list .jm-review-item *,
.jdgm-review-list .jm-review-content,
.jdgm-review-list .jm-review-content__body,
.jdgm-review-list .jdgm-review-content__body-content,
.jdgm-review-list .jm-reviewer-info,
.jdgm-review-list .jm-reviewer-info__details {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

/* Stars left */
.jdgm-review-list .jm-star-rating,
.jdgm-review-list .jm-cluster {
    justify-content: flex-start !important;
}

/* Review layout */
.jdgm-review-list .jm-review-item__body {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

/* Name and date left */
.jdgm-review-list .jm-reviewer-info {
    width: 100%;
    margin-top: 8px;
}

/* Review text left */
.jdgm-review-list .jdgm-review-content__body-content p {
    text-align: left !important;
}


.jm-review-item__content {
  flex: unset !important;
}

.jm-media-thumbnail-list__thumbnail {
      inline-size: 80px !important; 
}

.jm-review-content__body {
      display: unset !important;
}

.jdgm-write-review-modal__form--thank-you-separator + .jdgm-write-review-modal__title,
.jdgm-write-review-modal__form--thank-you-separator + .jdgm-write-review-modal__title + .jdgm-write-review-modal__intro {
    display: none !important;
}

.jm-media-thumbnail-list__thumbnail {
  margin-right: 10px !important;
}

.jdgm-write-review-modal .jdgm-write-review-modal__form--thank-you {
    gap: 8px;
    justify-content: centar !important;
    padding-top: 40px;
}

.template-index .galaji-topbar {
  color: #fff !important;
}