/** Shopify CDN: Minification failed

Line 4380:0 Comments in CSS use "/* ... */" instead of "//"
Line 4652:16 Expected identifier but found whitespace
Line 4652:39 Unexpected ";"
Line 4881:45 Expected identifier but found whitespace
Line 4882:5 Expected ":"

**/
/* Color custom properties */
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  overflow-x:hidden !important;
}
.cart-notification-product__info .product-option{
  display: none;
}
.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}
.product-form__input input[type=radio]:disabled+label, .product-form__input input[type=radio].disabled+label{
  text-decoration: auto !important;
}
.condition-product{
      text-align: center;
    margin-left: 20%;
    margin-top: -55px;
    z-index: 1;
    position: relative;
}
.payment-iconss{
  display: flex;
    margin-top: 20px;
    gap: 5px;
}

.product-expert-badge img{
   position: absolute;
    z-index: 1;
    right: 20px;
    top: 9px;
  width:10%;
}

.ipayment img{
     width: 100%;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.webshark{
  font-size:16px;
}

@media only screen and (max-width: 749px) {
  .webshark{
  font-size:14px;
}
}
/* base CSS */

.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;
}

/*  page width   */

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

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

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

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

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

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

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

.element-margin {
  margin-top: 5rem;
}
:root {
  --duration-short: 0.1s;
  --duration-default: 0.2s;
  --duration-long: 0.5s;
}
.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;
}
[hidden] {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

/* Heading Tag Style */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: var(--heading-letter-spacing, 0);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-size)));
  margin: 0 0 15px;
  text-transform: var(--header-text-case);
}

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

@media only screen and (min-width: 992px) {
  .h0 {
    font-size: calc(var(--font-heading-size) * 5rem);
  }
  .product__card.product--corner-radius-true{
    min-height: 400px;
  }
}

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

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

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

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

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

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

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

h6,
.h6 {
  font-size: calc(var(--font-heading-size) * 1.6rem);
}
/*  End Heading Tag Style */

/*  Others Common Style */
p {
  margin-top: 0;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

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

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

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}

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

.caption-with-letter-spacing {
  font-size: 1.6rem;
  letter-spacing: 0.13rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 16px;
  line-height: 1.5;
}

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

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

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.error {
  color: red;
}
.hidden {
  display: none !important;
}

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

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

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

.link--text:hover {
  color: rgba(var(--color-base-text-link-hover)) !important;
}

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

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

.placeholder {
  background-color: rgba(var(--placeholder-background));
  color: rgba(var(--placeholder-foreground), 0.85);
  fill: rgba(var(--placeholder-foreground), 0.85);
  position: relative;
}
.placeholder-svg-new {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  fill: currentColor;
}
details > * {
  box-sizing: border-box;
}

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

.visibility-hidden {
  visibility: hidden;
}

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

.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  color: inherit;
  font-family: var(--font-body-family);
}
/*  End Others Common Style */

/* Display: None css */

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

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

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

.d-none {
  display: none;
}
@media only screen and (max-width: 991px) {
  .d-md-none {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-md-only-visible {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  .d-sm-only-visible {
    display: none !important;
  }
}

@media only screen and (max-width: 749px) {
  .d-sm-none {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .d-xs-none {
    display: none !important;
  }
}

.d-block {
  display: block;
}
@media only screen and (min-width: 992px) {
  .d-md-block {
    display: block !important;
  }
}

@media only screen and (min-width: 750px) {
  .d-sm-block {
    display: block !important;
  }
}

@media only screen and (min-width: 575px) {
  .d-xs-block {
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  .d-md-only-block {
    display: block !important;
  }
}

@media only screen and (max-width: 749px) {
  .d-sm-only-block {
    display: block !important;
  }
}
@media only screen and (max-width: 575px) {
  .d-xs-only-block {
    display: block !important;
  }
}

/* End Display: None css */

/* Text Align Center css */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}
/* End Text Align Center css */

/* Details summary Css */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

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

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

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

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

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

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

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

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

input:focus {
  box-shadow: 0 0 5px 0px rgba(var(--color-foreground), 0.1);
}

*:focus-visible {
  box-shadow: 0 0 5px 0px rgba(var(--color-foreground), 0.1);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* 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
*/

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

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

.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;
}

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

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

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

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

.media--transparent {
  background-color: transparent;
}
.media
  > *:not(
    .zoom,
    .deferred-media__poster-button,
    .lookbook__shop--product-wrapper,
    quick-view-modal
  ),
.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: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* End component-media */

/* Button default style */
.button,
.customer button,
.shopify-challenge__button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  padding: .7rem .7rem;
  text-decoration: none;
  border: 1px solid #3d210c !important;
  background-color: #3d210c;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-case);
  transition: 0.3s;
  position: relative;
}
.button:focus-visible {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.button--primary:hover {
  background-color: #3d210c;
  color: rgba(var(--primary-button-hover-text));
}
.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--secondary {
  --alpha-button-background: 0;
  border-width: var(--button-border-width);
  border-color: rgba(var(--color-button-text), var(--alpha-button-border));
}

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

.button--secondary:hover {
  background-color: rgba(var(--secondary-button-hover-background));
  color: rgba(var(--secondary-button-hover-text));
  border-color: rgba(var(--secondary-button-hover-background));
}
.button-label {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
}
.button--large {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.button--medium {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.button--small {
  padding: 1rem 2rem;
}
.button--extra-small {
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
}
.button--with-icon {
  align-items: center;
}
.button--icon {
  line-height: 0;
}
.button--icon-right {
  margin-left: 0.5rem;
}
.button--icon > svg {
  width: 2.2rem;
  display: inline-block;
}
.button--icon-left {
  margin-right: 0.5rem;
}
/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
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,
button.loading {
  color: transparent !important;
}

.button.loading:after,
button.loading:after {
  animation: loading var(--duration-long) infinite linear;
  border: 2.5px solid rgba(var(--color-foreground));
  border-left: 2.5px solid transparent;
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  top: 5px;
  left: 5px;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Button default style End */

/* component-form */
.field__input,
.select__select,
.customer .field input {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
  height: 4.5rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}

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

.field__input:hover,
.select__select:hover,
.customer .field input:hover,
.localization-form__select:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.55);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.localization-form__select:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.75);
  outline: transparent;
}

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

/* Select */

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

.select__select,
.customer select {
  cursor: pointer;
  line-height: 1.6;
  padding: 0 4rem 0 1.5rem;
}
.select_box {
  appearance: none;
  -webkit-appearance: none;
  height: 50px;
  padding: 0 20px;
  min-width: 200px;
  border-color: rgba(var(--color-foreground), 0.55);
  color: rgba(var(--color-foreground), 1);
  background: rgba(var(--color-background));
}
.select_box option {
  font-size: 16px;
}
select option[disabled] {
  background: #ddd;
}
/* 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;
  text-align: left;
  padding: 1.5rem;
}

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

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 0.3em;
  letter-spacing: 0.04rem;
}

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

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

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

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

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

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

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.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: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

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

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

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

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

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

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

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

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

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

/* component-quantity */

.quantity {
  border: 1.5px solid #000000;
  position: relative;
  height: 45px;
  width: 120px;
  display: flex;
  background: rgba(var(--color-background));
  border-radius: 0px;
}
.quantity__input {
  color: currentColor;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 10px;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
.quantity__button {
  width: 40px;
  flex-shrink: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  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: 2;
}

.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: 20px;
  width: 20px;
  background-color: transparent;
}

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

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

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

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

/* Announcement bar end */

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: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.badge {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 7px 20px;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
  border-radius: none !important;
}
@media only screen and (max-width: 575px) {
  .badge {
    padding: 3px 5px;
  }
}
.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}
/*  container width || pag width  */

/* HT own code start */
.container,
.container-fluid {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.container-fluid {
  --offset-fluid: 1.5rem;
  padding-right: var(--offset-fluid);
  padding-left: var(--offset-fluid);
}

@media only screen and (min-width: 992px) {
  .container-fluid {
    --offset-fluid: 3rem;
  }
}

@media only screen and (min-width: 1366px) {
  .container-fluid {
    --offset-fluid: calc(var(--container-fluid-offset) / 4.5);
  }
}

@media only screen and (min-width: 1600px) {
  .container-fluid {
    --offset-fluid: calc(var(--container-fluid-offset) / 2.5);
  }
}

@media only screen and (min-width: 1800px) {
  .container-fluid {
    --offset-fluid: var(--container-fluid-offset);
  }
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: var(--container-lg-width);
  }
}

.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));

}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
/* HT own code end */

/* HT - Grid Column CSS Start */

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 750px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1500px) {
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 750px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.align-self-center {
  align-self: center;
}

.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-direction-column {
  flex-direction: column;
}
.inline-y-center {
  display: flex;
  align-items: center;
}
.inline-x-center {
  display: flex;
  justify-content: center;
}
.inline-xy-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* TH Grid Column CSS End  */

/* Wishlist Button Css */
.wishlist__button {
  cursor: pointer;
}
.wishlist__button.loading.adding .remove__wishlist,
.wishlist__button.wishlist__button.loading.adding .add__wishlist,
.wishlist__button.active .add__wishlist,
.loading__wishlist,
.remove__wishlist {
  display: none;
}
.wishlist__button.active .remove__wishlist,
.wishlist__button.loading .loading__wishlist {
  display: inline-block;
}
.wishlist__button.loading.adding {
  pointer-events: none;
}
.wishlist__button svg {
  width: 1.7rem;
  height: auto;
  display: inline-block;
}
.remove__wishlist svg {
  width: 2rem;
}
/* Added overlay Css */
.added__overlay,
.added__overlay_search,
.added__overlay_filter {
  overflow: hidden;
}
.added__overlay::before,
.added__overlay_search::before,
.added__overlay_filter::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  cursor: crosshair;
  z-index: 99;
}

/* HT - Input Field */
.input__field,
input[type="email"],
input[type="text"],
.select__field_form select {
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid rgba(var(--color-foreground), 0.15);
  border-radius: var(--button-border-radius);
  font-size: 16px;
  color: rgba(var(--color-foreground));
  background: rgba(var(--color-background));
  -webkit-appearance: none;
  appearance: none;
}
.input__field_form {
  position: relative;
}
.input__field_form_button {
  position: absolute;
  right: 0;
  background: 0;
  border: none;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.input__field:hover {
  appearance: none;
}
textarea {
  padding: 15px;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(var(--color-foreground), 0.55);
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(var(--color-foreground), 0.55);
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(var(--color-foreground), 0.55);
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(var(--color-foreground), 0.55);
}
.select__field_form {
  position: relative;
}

/* Tab */
.tab_content {
  display: block;
}

.tab_pane {
  display: none;
  transition: var(--transition);
}
.tab_pane:not(.show) {
  opacity: 0;
}
.tab_pane.show {
  opacity: 1;
}
.tab_pane.active {
  display: block;
}

/*  Spacing Helper css */
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pt-25 {
  padding-top: 25px !important;
}
.mb-15 {
  margin-bottom: 15px;
  
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-80 {
  margin-bottom: 80px;
}
.p-0 {
  padding: 0;
}
.pt--0 {
  padding-top: 0;
}
.pb--0 {
  padding-bottom: 0;
}
.pb-80 {
  padding-bottom: 80px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-30-minus {
  margin-top: -30px;
}
.mt-50 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.max-w-500 {
  max-width: 50rem !important;
}
.h-100 {
  height: 100%;
}
.y_scroll {
  overflow-y: scroll;
}
.product-form__error-message-wrapper svg,
.drawer_cart-item__error svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
}
.product-form__error-message-wrapper,
.drawer_cart-item__error {
  background: #f8d7da;
  color: #721c24;
  padding: 5px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.drawer_cart-item__error {
  flex: 0 0 100%;
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.placeholder-svg-2 {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}
.placeholder_svg_parent {
  background-color: rgba(var(--placeholder-background));
  color: rgba(var(--placeholder-foreground));
  position: relative;
}

.relative {
  position: relative;
}
.loading-bar:after {
  content: "";
  /* width: 40px; */
  height: 3px;
  background: #000;

  position: absolute;
  animation: loader 2s;
  -webkit-animation: loader 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  top: 0px;

  margin-left: 0;
}

@keyframes loader {
  0% {
    width: 0%;
    left: 0;
    right: 0;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  99% {
    width: 0%;
    left: 100%;
    right: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    width: 0%;
    left: 0;
    right: 0;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  99% {
    width: 0%;
    left: 100%;
    right: 0;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

@keyframes animate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 rgba(255, 193, 7, 0);
    box-shadow: 0 0 0 rgba(255, 193, 7, 0);
  }
}

.animate-fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.button__icon--arrow_svg {
  max-width: 2.5rem;
}
/* Theme global css */
.position__relative {
  position: relative;
}
.swiper:hover .swiper__nav--btn {
  opacity: 1;
  visibility: visible;
}

.swiper__nav--btn {
  width: 4rem;
  height: 4rem;
  background: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 2rem;
}

@media only screen and (max-width: 749px) {
  .swiper__nav--btn {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.swiper__nav--btn:hover {
  background: rgba(var(--primary-button-hover-background));
  color: rgba(var(--primary-button-hover-text));
}

.swiper__nav--btn:after {
  font-size: 1.8rem;
}
.swiper__nav--btn.swiper-button-prev {
  left: 0;
}

.swiper__nav--btn.swiper-button-next {
  right: 0;
}
.swiper:hover .swiper__nav--btn.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: initial;
}
@media only screen and (max-width: 749px) {
  .mobile--text-align-center {
    text-align: center !important;
  }
  .shopify-policy__container {
    margin: 1rem auto;
  }
}
@media only screen and (min-width: 750px) {
  .shopify-policy__container {
    margin: 9rem auto;
  }
}
.link.button--not-underline {
  text-decoration: none;
}

/* ******** */
/* cstm css */


/* header */
.header_bottom.header__sticky.not--sticky-on-desktop.logo__left--menu-bottom.color-background-2.gradient {
  padding: 0;
}

.header__menu--bar {
  z-index: 50;
}

.categories__menu--button {
  padding: 1.2rem 0 !important;
}

.header__menu_item, .categories__menu--text, .suport__contact--text {
  font-size: 14px !important;
  font-weight: 500 !important;
}

a.header__menu_item {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.select-custom.header-global-search-select {
  display: none !important;
}


/* Homepage */

.announcement__wrapper {
  background: #3d210c;
  background: #3d210c;
}

button.search__button, button.product__card--cart-btn {
    margin-left: 10px;
    background: transparent;
    margin-top: 0;
}

.badge {
  background: #3d210c;
  background: #3d210c;
}

.product__card--action-btn:not(.product__card--style3):hover {
  background: #121212 !important;
}

/* best selling section */
/* .section.section-template--16374733111365__4a0ec0c1-14d6-4be2-bd4f-5c312ee08f85-padding .productSlider .media>img {
  object-fit: contain;
} */

.section-template--16374733111365__48150c2d-4b27-47e7-acad-5390c4d1d488-padding .productSlider .media>img {
  padding: 20px;
}

.section-template--16374733111365__featured_collection_bkKMjT-padding .productSlider .media>img {
  padding: 20px;
}

.section-template--16374733111365__featured_collection_HPKiCa-padding .productSlider .media>img {
  padding: 20px;
}

.section-template--16374733111365__featured_collection_NHrcUB-padding .productSlider .media>img {
  padding: 40px;
  object-fit: contain;
}

/* Best Deals Product */
.section.section-template--16374733111365__16504672629ef790da-padding .product_slider_wrapper .media>img {
  object-fit: contain;
  padding: 20px;
}

/* new arivals */
.product__section.section-template--16374733111365__product_tabs_H8EwwY-padding .product__section--inner .media>img  {
  object-fit: contain;
}

/* section heading */

h2.section-heading__title  {
  font-size: 22px;
  font-weight: 700;
}
.section--header-wrapper {
  margin-bottom: 30px !important;
}

.product__card__content {
  padding: 15px;
}

.product__card__title a {
  font-size: 14px; 
  font-weight: 600;
}

.price--on-sale .price__sale {
  font-size: 14px;
}

.product__categories--content__maintitle {
  font-size: 16px !important;
  font-weight: 600;
}

/* homepage testimonial section */
.testimonial__items.image__card--position-top {
  overflow: hidden;
}

.testimonial__items {
  padding: 0 !important;
  gap: 0 !important;
}

.testimonial__container--top {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  background: #467287;
}

h3.testimonial__items--title.h5 {
  color: #fff !important;
}

.testimonial__top--content {
  width: 100%;
  margin-right: 30px;
  
}

.testimonial__items--subtitle {
  margin-bottom: 0 !important;
  color: #fff !important;
}

.testimonial__items--desc {
  margin-top: 0 !important;
  color: #fff !important;
}


.testimonial__items--content {
  padding: 20px;
  box-sizing: border-box;
  background: #719CB7;
  color: #fff !important;
  
}

.testimonial__chat--icon {
  bottom: -6px !important;
    right: 30px !important;
}
.mobile-heading{
      text-align: center;
    font-size: 18px;
    font-weight: 700;

}
/* banners height */
@media only screen and (min-width: 767px) {
  .mobile-heading{
    display:none;
  }
  .collage__item .banner__list--media {
    height: 24rem !important;
  }

  a.banner__items--thumbnail.d-flex.justify-content-start.align-items-center.text--with__banner--media--small {
    min-height: 26rem !important;
  }

  
section#shopify-section-template--16374733111365__banner_list_hxMmp9 .collage_column_1 .collage__item .banner__list--media {
  padding-bottom: 24% !important;
}

}

/* ******************* */
section#shopify-section-template--16374732816453__banner_list_7TkyyT .collage_column_1 .collage__item .banner__list--media {
    object-fit: contain;
    padding-bottom: 18%;
}

/* ******************* */
/* single product page */

/* breadcrumb */
ol.breadcrumbs__list {
  font-size: 14px;
      
    font-weight: 500;
}

@media (max-width:767px){
 .link, .customer a{
  font-size:14px !important;
 }
}

/* product main */
.section-template--16374733439045__main-padding {
  background: #fff !important;
}

.product.row > div:first-child {
  width: 47% !important;
  position: relative;
}

h1.product__title {
  font-size: 18px !important;
  font-weight: 700;
}

li.product__tab--btn__list {
    font-size: 16px;
    font-weight: 600;
}

.section--header-countdown-timer .countdown__number {
  background: #03455f !important;
}

#scroll__top {
  background: #fff !important; 
  color:#3d210c !important;
  border-radius:0 !important;
  border: 1px solid #3d210c !important;
}

.price--large {
  font-size: 14px !important;
  font-weight: 700
}

.price_badge {
      font-size: 14px;
    font-weight: 500;
    /* border: 1px solid; */
    display: inline-block;
    padding: 0 16px;
    background: #03455f;
    color: #fff;
    margin-top: 0 !important;
    margin-right: 16px;
    border-radius: 4px;
}

fieldset.product-form__input .form__label {
  font-size: 14px;
  color: #121212;
}

.product-form__input input[type=radio]:checked+label:not(.variant--swatch-custom) {
    background: linear-gradient(336deg, #03455f, #4a90b0 59% 100%);
    color: #fff !important;
    border: 1px solid #044660 !important;
}

.product-form__input input[type=radio]+label {
    color: #000000 !important;
    border: .1rem solid #0446609c !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center;
}

.product__add__cart__button {
  width: 100%;
}
.product-media-modal__content>*{
          width: 50% !important;
}
button.product-form__submit {
  background: rgb(3,69,95);
  background: linear-gradient(352deg, rgba(3,69,95,1) 16%, rgba(74,144,176,1) 74%, rgba(144,192,218,1) 100%);
  box-shadow: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

 .product-form__input:not(:first-child) input[type=radio]+label {
  min-width: 138px !important;
}

button.shopify-payment-button__button {
  background: rgb(3,69,95);
  background: linear-gradient(352deg, rgba(3,69,95,1) 16%, rgba(74,144,176,1) 74%, rgba(144,192,218,1) 100%);
  box-shadow: none;
}

button.shopify-payment-button__button:hover {
  background: rgb(3,69,95);
  background: linear-gradient(180deg, rgba(3,69,95,1) 16%, rgba(74,144,176,1) 74%, rgba(144,192,218,1) 100%);
  box-shadow: none !important;
}

/* compare */
compare-item {
  display: none !important;
}

/* addons section */
.tpo_option-set-container {
  margin-bottom: 0;
}

/* feature section */
.feature-container {
  display: flex;
  flex-wrap: wrap;
      justify-content: start;
    margin-top: 30px;
    gap: 20px;
}

.feature-box {
  text-align: center;
  width: 140px;
  background: #b6c0fa63;
  padding: 10px;
  border-radius: 5px;
}

.feature-box2 {
  text-align: center;
  width: 164px;
  background: #b6c0fa63;
  padding: 26px;
  border-radius: 5px;
}

.feature-icon {
  width: 38px;
  margin: auto;
}

.feature-icon img {
  width: 100%;
  display: block;
}

.feature-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.product__sticky.sticky {
  display: none;
}

/* product gallery */
ul#Slider-Gallery-template--16374733439045__main {
  margin-left: 120px;
}

slider-component#GalleryThumbnails-template--16374733439045__main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 15%;
  height:80%;
}

ul#Slider-Thumbnails-template--16374733439045__main {
  flex-direction: column;
  height:100%;

}

li.thumbnail-list__item.slider__slide {
  width: 100% !important;
}

.product__media {
  border: 1px solid #8dc0dc7d; 
} 

.thumbnail[aria-current] {
  border-color: #8dc0dc7d !important;
}

slider-component#GalleryThumbnails-template--16374733439045__main button.slider-button {
  display: none;
}

/* product information */
.product__info-container {
  padding: 20px !important;
  padding-bottom: 0 !important;
  border: 1px solid #8dc0dc7d;
  margin-left: 12px;
}

button.wishlist__button {
  font-size: 14px;
}

.wishlist__button--text>span>svg {
  width: 16px;
}

.simply-insurance {
  max-width: 664px !important;
}

.simply-insurance.loaded {
  border: 1px solid #c7e0ee !important;
  border-radius: 4px !important;
  margin-left: 0 !important;
}

/* div#shopify-block-simply_shipping_protection_simply_widget_Rw9NEW img {
  display: none;
} */

.tpo_option-set-container {
  gap: 20px;
  margin-bottom: 0;
}


.tpo_option-container {
    border: 1px solid #c7e0ee;
    padding: 20px;
    border-radius: 4px;
      background: #DDFFF7;
}
.tpo_option-label{
      display: inline-flex !important;
    flex-direction: row !important;
  margin:0 !important;
}

.tpo_option-label-container .form__label {
  font-size: 14px;
  font-weight: 700;
}
.tpo_option-label-container{
      display: inline-flex;
    align-items: center;
    width: 72%;
}
.tpo_option-tooltip{
  display: none !important;
}
.tpo_switch-container .form__label{
  font-size: 12px !important;
  justify-content: flex-end;
}
.tpo_option-input-wrapper{
  width: 30% !important;
  text-align: center;
}
.tpo_switch-container{
      display: block !important;
    text-align: right !important;
}
span.tpo_option_type_label {
    font-size: 14px;
    line-height: 20px;
}

.accordion__title {
  font-size: 14px;
  font-weight: 700;
}

.product__description tbody {
  color: #121212;
}

.product__accordion .accordion__content h2 {
  font-size: 14px;
  font-weight: 700;
}

.product__accordion .accordion__content p {
  font-size: 14px;
}

div#ProductInfo-template--16374733439045__main > .product__accordion {
    border: 1px solid #c7e0ee;
    border-radius: 4px;
   margin-bottom: 20px;  
}

div#ProductInfo-template--16374733439045__main > .product__accordion details {
  padding-left: 20px;
}


h2.product-recommendations__heading.text-center.mb-30 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.recently_viewed_proudct .section-heading {
  margin-left: 0 !important;
  text-align: left;
}

a.product__card-title--link {
    height: 36px;
    overflow: hidden;
}

/* related products */
.product-slider--nav-button {
  background: #03455f !important;
}

/* *************** */
/* catalogue page */
section#shopify-section-template--16374732816453__banner_list_7TkyyT .banner__list--item:hover .banner__list--media.media>img {
  transform: scale(1) !important;
}

/* *********** */
/* cart drawer */
.item__success_message.h5 {
    font-size: 18px;
    font-weight: 600;
}

.shipping--bar-message {
    font-size: 14px;
    font-weight: 600;
    color:black;
}

h6.cart-notification-product__name a {
    font-size: 14px;
    font-weight: 600;
}

.cart__item_price span.price {
    font-size: 13px;
    font-weight: 700;
}

span.cart-notification-product__option span:first-child {
    display: none;
}

span.cart-notification-product__option:not(:last-of-type) span:after {
  content: "/";
  position: relative;
  left: 10px;
}

span.cart-notification-product__option span {
    font-size: 13px;
    font-weight: 600;
}

h3.totals__subtotal {
      font-size: 18px;
    font-weight: 600;
}

.cart__notification--attribute.d-flex.justify-content-around {
    align-items: baseline;
}

.tax-note.caption-large.rte.mb-15 {
    font-size: 14px;
    font-weight: 600;
}

.cart_notification--footer a.button.button--secondary, .cart--checkout__button button {
  padding: 0;
  color: #fff;
}

p#cart-notification-subtotal {
    font-size: 14px;
    font-weight: 700;
    color:#000000;
}

/* Cart page */

form#cart, .cart__information, .cart__blocks {
    padding: 28px;
    border: 1px solid #362313;
    border-radius: 0px;
}

.cart__footer>* {
        width: 42rem !important;
    }

#shopify-section-template--16374732783685__breadcrumbs h1.page_header__title_label.h3 {
  font-size: 20px;
  font-weight: 700;
}

 .cart-items thead th{
  font-size: 16px !important;
  font-weight: 700 !important;
}

.shipping_calculator {
  display: none;
}

.cart-item__details > a {
  font-weight: 600;
}

.product-option {
  font-weight: 500;
}

span.price.price--end {
  font-weight: 600;
}

.totals__subtotal-value {
  font-weight: 600;
}

.cart__checkout-button {
  background: linear-gradient(0deg, #03455f 16%, #4a90b0 74%, #90c0da);
  border: none;
}

label.coupon__title {
  font-weight: 600;
}

.cart__note label {
  font-weight: 600;
}

input#coupon_code_cart {
  font-family: 'Montserrat', sans-serif;
}

.cart__ctas {
  flex-direction: column;
}

/* user dashboard */
.section-template--16374732881989__main-padding .container {
  text-align: left;
}

.section-template--16374732881989__main-padding h1.page_header__title_label {
  font-size: 20px;
  font-weight: 700;
}

.customer.account h4 {
  font-size: 16px;
  font-weight: 600;
  text-align:center !important;
  margin-bottom:10px;
}

.customer.account h3 {
      font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    color: #1a5e7a;
    text-transform: uppercase;
}

th#ColumnOrder, th#ColumnDate, th#ColumnPayment, th#ColumnFulfillment, th#ColumnTotal {
    font-weight: 700;
}

.customer__menu ul li a {
  
  min-width: 100% !important;
}

.customer__menu ul li a.active, .customer__menu ul li a:hover {
      background:#3d210c!important;
    color: #fff !important;
    font-weight: 600;
}

.account__details p {
  font-weight: 500;
}


.customer .address__new_btn button {
  background:#3d210c;
}

.customer.order h1 {
  font-size: 20px;
  font-weight: 700;
}

.customer.order h2 {
  font-size: 18px;
    font-weight: 700;
}

th#ColumnProduct, th#ColumnSku, th#ColumnPrice, th#ColumnQuantity {
  font-weight: 700;
}

.customer.order table a {
      font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.customer tfoot td:first-of-type, .customer tfoot td {
  font-weight: 500px;
}
.customer table{
  background:#fff;
}
.customer thead th{
  color: #3d210c;
}
#ContactForm-body{
  max-height: 10rem;
}
.contact__info{
  background: linear-gradient(352deg, #03455f, #31667e 59% 100%);
  padding: 3rem !important;
}
.contact__section .section-heading__title{
      font-size: 32px;
    font-weight: 700;
    background: linear-gradient(275deg, #389ed1, #185d77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
    .about__content--maintitle {
                font-size: 5rem !important;
        line-height: normal !important;
        background: linear-gradient(275deg, #389ed1, #185d77);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 0px;
        font-weight: bold;
    }
#slideshow__template--16374733176901__slideshow_8YHjFf .slideshow__banner--adapt_image.media{
          padding-bottom: 40% !important;
}
#slideshow__template--16374733176901__slideshow_8YHjFf .slider__content--maintitle{
     color: #fcbf10;
    font-weight: bold;
  font-size: 62px;
}
.section-template--16374733176901__image_with_text_YEEi6y-padding{
  background-color: #fff;
}
.section-template--16374733176901__image_with_text_YEEi6y-padding .slider__content--desc{
  color: #fff !important;
   font-size: 5rem !important;
}
.section-template--16374733176901__image_with_text_YEEi6y-padding .image-with-text__media{
  border-radius: 20px !important;
}
.section-template--16374733176901__image_with_text_YEEi6y-padding .image-with-text__heading{
      font-size: 5rem !important;
    line-height: normal !important;
    background: linear-gradient(275deg, #389ed1, #185d77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0;
    font-weight: bold;
}
.shopify-policy__container{
      max-width: 100%;
      padding-left: 45px;
    padding-right: 45px;
  color: #000;
      margin: 10px 0;
}
.shopify-policy__title h1{
  font-weight: 700;
    color:#3d210c;
    font-size: 35px;
  text-align: left;
    margin-bottom: 25px;
}
.footer__widget_title{
      font-weight: 600;
    color: #03455f;
}
.section-template--16374733176901__image_with_text_YEEi6y-padding p.image-with-text__text--caption{
  font-size: 5rem !important;
    line-height: normal !important;
    background: #3d210c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0;
    font-weight: 700;
}
.feature-list-content{
  display: flex;
      align-items: center;
}
.section-template--16374733176901__image_with_text_YEEi6y-padding .feature-list-heading{
  font-weight: 600;
}
#shopify-section-template--16374733176901__multicolumn_xjfBhQ .title{
  font-size: 5rem !important;
    line-height: normal !important;
    background: #3d210c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0;
    font-weight: 700;
  margin-bottom: 60px;
}
.section-template--16374733176901__multicolumn_xjfBhQ-padding .multicolumn-card{
      display: flex !important;
    height: 100% !important;
    background: #fff !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 15%) !important;
}
.section-template--16374733176901__multicolumn_xjfBhQ-padding .multicolumn-card__info h3{
    font-weight: 600;
    font-size: 26px;
    color:#3d210c;
}
.section-template--16374733176901__image_with_text_bN3JTf-padding .image-with-text__media{
  border-radius: 10px;
}
.section-template--16374733176901__image_with_text_bN3JTf-padding .image-with-text__media img{
  border-radius: 10px;
}
.section-template--16374733176901__image_with_text_bN3JTf-padding .image-with-text__heading{
      font-size: 5rem !important;
    line-height: normal !important;
    background: linear-gradient(275deg, #389ed1, #185d77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0;
    font-weight: 700;
}
.section-template--16374733176901__image_with_text_bN3JTf-padding{
  border-bottom: 1px solid #000;
}
.section-template--16374733176901__image_with_text_bN3JTf-padding .image-with-text__text{
      margin: 5px 0px;
}
.main-blog .title--primary{
  font-size: 32px;
    font-weight: 700;
    background: linear-gradient(275deg, #389ed1, #185d77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom:30px;
}
.section-template--16374733340741__faq_eb7Gre-padding .section-heading__title{
  font-size: 32px;
    font-weight: 700;
    background: linear-gradient(275deg, #389ed1, #185d77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom:30px;
}
.article--items__link{
  color: #185d77;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
}
.blog__items--content{
  background-color: #fff;
}
.article-template__title{
  color: #185d77;
    font-weight: 600;
      font-size: 32px;
}
#shopify-section-template--16374733111365__1734514838c1fd3916 .page-width{
  max-width: 100%;
  padding-top:50px;
  padding-bottom:50px;
}
.cart__notification--attribute{
  display: none !important;
}
/* Custom Mobile css start */
@media screen and (min-width: 768px) and (max-width: 1225px) {
  .categories__menu {
    padding-right: 1rem !important;
    margin-right: 0 !important;
  }
  .header__menu_li + .header__menu_li {
    margin-left: 10px !important;
}
  .header__menu_li{
           padding: 0 4px !important;
    }
  span.announcement-bar__message.h6.mb-0 {
    font-size: 12px !important;
}
      .collage__item .banner__list--media {
        height: 13rem !important;
    }
  .collage__item .banner__list--media.media>img{
    object-fit: cover;
    object-position: left;
  }
      .offcanvas-header {
        max-width: 38rem !important;
    }
  .offcanvas__footer{
        margin: 2rem 0;
  }
  .offcanvas__footer a{
    color: #fff !important;
  }
  .offcanvas__footer h4{
        font-size: 18px;
  }
  .facets__form-vertical{
        width: 180px !important;
  }
  .product__card--wishlist-btn{
    position: absolute !important;
  }
  
  .product--thumbnail_slider .product__media-list{
        margin-left: 70px !important;
  }
      .main--product__media--small.media {
        height: 35rem !important;
    }
  .feature-container{
    gap: 10px !important;
  }
  .feature-box{
    width: 48% !important;
  }
  .feature-box2 {
    width: 31%;
    padding: 24px 0;
  }
  div#ProductInfo-template--16374733439045__main>.product__accordion details {
    padding-left: 10px;
    padding-right: 10px;
}
  .tpo_hidden-checkbox{
    right: 0;
  }
  .cart__footer-wrapper:last-child .cart__footer{
    padding: 0 !important;
  }
  th#ColumnPrice, th#ColumnTotal {
    width: 80px !important;
}
  .customer th, .customer td{
  font-size: 13px !important;
    line-height: 17px !important;
  }
  :is(.account,.order) h2{
        margin-top: 1rem !important;
  }
  .order-billing, .order-shipping{
    width:50% !important;
  }
  li[data-address]{
       display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin-right: 0px !important;
    width: 48% !important;
    flex-direction: column !important;
  }
  .customer .address__new_btn button{
    color: #fff !important;
  }
  .customer .addresses ul{
        display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom:0px !important;
    margin-block-end:0px !important;
  }
  #slideshow__template--16374733176901__slideshow_8YHjFf .slider__content--maintitle{
    font-size: 42px !important;
  }
  .slider__content.slider__content--padding__left>*+*{
    font-size: 12px !important;
  }
  .about__content--maintitle{
        font-size: 3rem !important;
  }
  .about__content.welcome__video--content{
        padding-right: 0;
  }
  .section-template--16374733176901__image_with_text_YEEi6y-padding .image-with-text__heading{
    font-size: 3rem !important;
  }
  .section-template--16374733176901__image_with_text_YEEi6y-padding .image-with-text__media{
    padding-bottom: 131.5% !important;
  }
  .image-with-text__content.image--content-padded-medium-image_first{
            padding-right: 0 !important;
  }
  #shopify-section-template--16374733176901__image_with_text_YEEi6y p{
    font-size: 14px !important;
  }
}
.recently_viewed_proudct .product-card-action-buttons{
  display: none !important;
}
.slideshow__media.media{
  border-radius: 0 !important;
}
.section-template--16374733111365__4a0ec0c1-14d6-4be2-bd4f-5c312ee08f85-padding .section__header--info{
  display: flex;
    align-items: baseline;
    gap: 30px;
}
 .shopify-policy__body p{
    text-align: justify !important;
  }
.section--top-space-template--16374733340741__faq_eb7Gre .faq__list--item--heading{
      font-size: 16px;
    font-weight: 600;
    padding-bottom: 12px;
}
.header__menu_ul li:first-child a{ 
   color:rgb(0, 0, 0); /* Initial color */
  font-weight: bold; /* Optional: to emphasize the effect */
  animation: blink 0s infinite; /* Animation name, duration, and repeat */
}
.section-template--16374733176901__image_with_text_bN3JTf-padding .feature-list-heading.h5 {
        font-size: 22px;
    line-height: 1.5em;
    color:rgb(0, 0, 0);
    font-weight: 700;
    background-color: #f1f3f7;
    padding: 20px 40px;
    margin-bottom: 10px;
}
@keyframes blink {
  0%, 100% {
    color:rgb(0, 0, 0); /* Initial and final color */
  }
  50% {
    color: #C2AD59; /* Midpoint color */
  }
}
.section-template--16374733111365__4a0ec0c1-14d6-4be2-bd4f-5c312ee08f85-padding{
  background: linear-gradient(90deg, #f6d752, #e4c53d 59% 100%);
}
.section-template--16374733176901__image_with_text_bN3JTf-padding .image-with-text__media-item{
  display: none;
}
@media screen and (max-width: 767px) {
  
.section-template--16374733176901__image_with_text_bN3JTf-padding .feature-list-heading.h5 {
  font-size: 17px !important;
        padding: 20px;
}
  #videoModal .modal-content{
        max-width: 95%;
  }
  .full-mobile{
        width: 100% !important;
  }
  .section-template--16374733111365__17a17a4f-546e-45d1-a0ef-66ae411bd989-padding .collection__list--slider-nav{
     display: none !important; 
  }
  .section-template--16374733111365__17a17a4f-546e-45d1-a0ef-66ae411bd989-padding .section-heading{
    margin-bottom: 0 !important;
  }
  .slide{
    width: 50% !important;
  }
  .thumbnail-container{
     height: 280px !important;
  }
  button.prev-btn, button.next-btn{
    padding: 5px !important;
  }
  .modal-content{
    max-width: 90%;
  }
  .thumbnail{
        height: 280px !important;
  }
  .card-section{
    display: none;
  }
  .condition-product{
             text-align: center;
        margin-left: 0%;
        margin-top: -65px;
        margin-bottom: 45px;
}
  .google__map--media--medium img{
    position: relative !important;
  }
  .payment-iconss.desktop{
    display: none;
  }
  .shopify-policy__container{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .shopify-policy__body p{
    text-align: justify !important;
  }
  .section-template--16374733176901__image_with_text_bN3JTf-padding .image-with-text__heading{
     font-size: 3rem!important;
    margin-top: 10px;
  }
  .section-template--16374733176901__image_with_text_bN3JTf-padding .image-with-text__media img{
        position: relative !important;
  }
  .section-template--16374733176901__image_with_text_YEEi6y-padding p.image-with-text__text--caption{
    font-size: 3rem!important;
  }
  #shopify-section-template--16374733176901__multicolumn_xjfBhQ .title{
        font-size: 3rem!important;
  }
  .product__items.collection-card-radius{
  background-color: transparent !important;
}

.section-template--16374733111365__4a0ec0c1-14d6-4be2-bd4f-5c312ee08f85-padding .section__header--info{
      flex-direction: row-reverse !important;
  margin: 0 !important;
}
  .product__categories--content__maintitle{
    font-size: 13px !important;
    text-align: center;
  }
  .collection-card--media__wrapper .media{
  background: #fff !important;
    border-radius: 50%;
}
  .tpo_total-additional-price-wrapper{
    font-size: 12px !important;
  }
  .tpo_total-additional-price{
    font-size: 12px !important;
  }
  span.tpo_option_type_label, .tpo_additional-price, .price-item.price-item--regular{
        font-size: 12px !important;
  }
  .link.with--icon.button--with-icon{
            width: 116px;
  }
  .section--header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product__card__title{
    margin-bottom: 0 !important;
  }
  .product__card__content.product--card-spacing-true {
    padding: 0rem 0px !important;
}
  .badge{
    font-size: 10px !important;
  }
  .product__card__content .price__compare{
    display: none !important;
  }
  .section-heading+.button--wrapper{
    margin-top: 0 !important;
            width: 108px !important;
  }
  .product__card__title a{
    font-size: 12px !important;
        height: auto !important;
  }
  .price--on-sale .price__sale{
    line-height: normal !important;
        font-size: 12px !important;
  }
  .grp_custom_heading{
    font-size: 18px !important;
    font-weight: 700;
    text-align: center;
  }
  .announcement-bar__message{
    font-size:10px;
  }
  .article-template__title{
    font-size:22px;
  }
  .product-media-modal__content>* {
    width: 100% !important;
}
  .map__direcion--content {
      background: #fff !important;
  }
  .hero__slider--items__inner {
        padding: 2.5rem 15px!important;
    }
  #slideshow__template--16374733176901__slideshow_8YHjFf .slider__content--maintitle{
    font-size: 42px;
  }
  
.about__content--maintitle {
    font-size: 3rem !important;
}
  .section-template--16374733176901__image_with_text_YEEi6y-padding .image-with-text__heading{
    font-size: 3rem !important;
  }
  .image-with-text__content{
    padding: 1rem !important;
  }
  .section-template--16374733176901__image_with_text_YEEi6y-padding .image-with-text__media{
        padding-bottom: 0 !important;
  }
  .section-template--16374733176901__image_with_text_YEEi6y-padding .image-with-text__media img{
     position: relative !important;
            margin-bottom: 20px;
  }

    .mobile--menu-header-button.active{
      background-color: #175570 !important;
      border-color: #175570 !important;
    }
    .slideshow__with--banner-grid .hero__slider--items__inner {
        padding: 0 0 3.5rem !important;
    }
    .offcanvas__footer .button--secondary{
      color: #fff !important;
    }
  .predictive__search--drawer--form-inner .input__field_form_button{
    background-color: transparent !important;
  }
  .mobile__navigate--item{
    font-size: 14px !important;
  }
  .offcanvas__menu{
    flex-grow: initial !important;
  }
  section#shopify-section-template--16374732816453__banner_list_7TkyyT .collage_column_1 .collage__item .banner__list--media{
        padding-bottom: 165px;
  }
  .product__card--wishlist-btn{
    position: absolute !important;
  }
  .product.row>div:first-child{
    width: 100% !important;

  }
  .product__media-list.slider--mobile{
    margin-left: 0 !important;
      width: 100% !important;
    padding-bottom: 10px;
  }
  .slider-button{
    color: #000 !important;
  }
  .slider-button .icon {
    height: 10px !important;
}
  .thumbnail-slider .thumbnail-list.slider{
    display: none !important;
  }
  .feature-container{
    gap: 10px !important;
        margin-top: 20px;
    margin-bottom: 20px;
  }
  .feature-box {
    width: 87px;
    padding: 10px 5px;
  }
  .feature-icon{
    width: 32px;
  }
  .feature-text{
    margin-top:5px;
    font-size: 10px;
    line-height: normal;
  }
  .slider-buttons.quick-add-hidden{
    display: flex !important;
    margin-top: 15px;
  }
  .product__info-container{
    margin-left:0;
        padding: 15px 15px 0 !important;
  }
  .price__box_wrapper{
    display: block !important;
  }
  .product-form__input:not(:first-child) input[type=radio]+label {
    min-width: 55px !important;
  }
  .product-form__input input[type=radio]+label{
    font-size: 12px !important;
  }
  div#variant-description {
    line-height: 1.5em;
    font-size: 14px;
}
  .tpo_option-set-container{
    gap:0;
  }
  .product__info-container .social__share_box{
    margin:0 !important;
  }
  .social-links a{
    font-size: 1.3rem !important;
    margin: 0 5px 10px 0 !important;
  }
  .feature-box2 {
    width: 31%;
    padding: 15px;
  }
  .product__accordion details{
        padding-left: 15px;
    padding-right: 15px;
  }
  .tpo_hidden-checkbox{
    right:0;
  }
  .tpo_option-input-wrapper{
        width: 30% !important;
  }
  .tpo_option-label-container .form__label{
    font-size: 12px;
  }
  .product-media-modal__toggle{
    background-color: #03455f !important;
    color: #fff !important;
  }
  .product-recommendations .product__card.product--corner-radius-true{
    min-height: auto;
  }
  .quick_view__body .product__media-item{
    display: block;
  }
  div#quickViewWrapper:not(.quick__shop--drawer) > div{
    margin: 40px auto !important;
  }
  .quick__view--content-inner .product__title{
        margin: 0px 0px 5px 0px;
  }
  .quick__view__content .price {
    font-size: 1.2em;
    font-weight: 600;
  }
  body.sticky__cart {
    padding-bottom: calc(0px + var(--mobile-navigation-bar-height, 0px)) !important;
  }
  form#cart, .cart__information, .cart__blocks{
    padding: 15px !important;
  }
  #shopify-section-template--16374732783685__breadcrumbs h1.page_header__title_label.h3{
        margin-bottom: 5px !important;
  }
  .cart__footer>*{
        width: 100% !important;
  }
  .free-shipping--icon-wrapper{
    transform: translate(20%,-50%) !important;
  }
  .offcanvas__footer{
    margin: 2rem 0 !important;
  }
  .offcanvas__footer h4{
    font-size: 16px;
  }
  .account__page--title-padding{
        padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .customer__menu ul{
    flex-direction: row !important;
  }
  .customer__menu ul li{
    width: 33% !important;
  }
  .customer__menu ul li a{
    padding: 10px !important;
    justify-content: center;
  }
  .customer__menu ul li+li{
    margin-top: 0 !important;
  }
  .customer table{
    box-shadow: 0 0 7px #00000026 !important;
  }
  .customer td{
            padding: 15px !important;
  }
  .customer td:before{
    padding-right: 0rem !important;
  }
  .ColumnReturnLink{
    width: 100% !important;
    padding-top:20px !important;
  }
  .ColumnReturnLink a{
        padding: 10px 15px !important;
  }
  .customer {
    margin: 0px 0 !important;
  }
  .account__page--title-padding .page_header__title_label{
        font-size: 20px;
    font-weight: 700;
    text-align:center !important;
  }
  .account__page--title-padding .breadcrumbs__list{
     text-align:center !important;
  }
  .account__pages_inner>div:first-child{
            margin-bottom: 0 !important;
            width:100% !important;
            /* padding-left:12px !important; */
            margin-right:-5px !important; 
            padding-right:0 !important;
  }
  li[data-address]{
    width: 100% !important;
    max-height: 100% !important;
    min-height: auto!important;
  }
  .customer .address__new_btn button{
    color: #fff !important;
    border: none;
  }
  .customer td:before{
    display: block;
  }
  .order td:first-of-type{
    display: block !important;
    text-align: left !important;
  }
  .order-billing, .order-shipping{
        width: 100% !important;
        margin-top: 3rem !important;
  }
  :is(.account,.order) h2{
    margin-top: 2rem !important;
  }
}
.customer form button[type="reset"] {
 color: #3d210c !important; /* just font color */
}

/* Card Section Styling */
.card-section {
      padding: 30px 20px;
    background: linear-gradient(64deg, #03455f, #4a90b0 59% 100%);
    text-align: left;
    color: #fff;
    height: 100%;
  position: relative;
  overflow: hidden;
    border-radius: 5%;
}

.card {
    margin: 0 auto;
    background: transparent;
    border-radius: 10px;
    padding: 20px;
}

.card h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}

.card p {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
}

/* Slider Styling */
#shopify-section-template--16374733111365__youtube_video_AGrNWK{
   margin-bottom: 40px;
}
.youtube-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
 
  margin-top: 0px; /* Add space between the card and the slider */
}

.slider-container {
  display: flex;
  flex-wrap: no-wrap;
  transition: transform 0.5s ease-in-out;
}

.slide {
  box-sizing: border-box;
  padding: 10px;
  width: 25%;
  text-align: center;
}

.thumbnail-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 350px;
}

.thumbnail {
  object-fit: cover;
  height: 350px;
  transition: opacity 0.3s ease;
}

button.prev-btn, button.next-btn {
 position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #03455f;
    color: #fff;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 50px;
    z-index: 10;
    vertical-align: middle;
    display: flex;
}

button.prev-btn {
  left: 0px;
}

button.next-btn {
  right: 0px;
}

/* Modal Popup Styling */
.video-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  margin: 15% auto;
  padding: 5px;
  background: #fff;
  max-width: 45%;
  border-radius: 0px;
}

.close-btn {
     position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    --swiper_dot_color: transparent;
    background-color: #000;
    padding: 1px 8px;
    border-radius: 60px;
    line-height: normal;
}
.bubble {
  position: absolute;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%; /* Circular shape */
  animation: bubble-rise 6s linear forwards;
}

@keyframes bubble-rise {
  0% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(calc(-80px + 200px * var(--random-x)), -50%) scale(1.2);
    opacity: 0.9;
  }
  100% {
    transform: translate(calc(-200px + 400px * var(--random-x)), -100vh) scale(0.5);
    opacity: 0;
  }
}


/* header fix */
.header__menu{
  justify-content:flex-end;
  padding-right:20px;
}

.header__menu_ul li a{
  font-weight:600 !important;
}



.newsletter-logo-wrapper {
  text-align: left;
}

.newsletter-logo-wrapper .newsletter-logo {
  filter: brightness(0) invert(1);
  max-width: 100%;
  height: auto;
}

.newsletter-description {
  margin-top: 10px;
  font-size: 16px;
  color: white;
  padding-right:0px;
}


.footer__top .row > .col.mb-30:nth-child(1) {
  flex: 0 0 33%;
  max-width: 33%;
}

.footer__top .row > .col.mb-30:nth-child(2),
.footer__top .row > .col.mb-30:nth-child(3),
.footer__top .row > .col.mb-30:nth-child(4) {
  flex: 0 0 20%;
  max-width: 20%;
}


/* .ecom-collection__product-price-wrapper{
flex-direction:row-reverse;
} */

.ecom-core.ecom-xaml05c9ld .ecom-collection__product-price-wrapper{
  /* padding-right: 75px; */
  padding-left: 0px;
  margin-left: 0;
  row-gap: 0px;
}

.ecom-d86jjeb9blg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.ecom-collection__filters-group-summary:first-of-type 
.ecom-collection__filters-group-summary--title {
  font-size: 24px;
  font-weight: bold; 
}

.ecom-core.ecom-b8t5cg65obb .ecom-collection__filters-group--display{
  padding: 0 !important;
}

.ecom-collection__filters-group-header svg{
  /* display:none; */
}

.ecom-core.ecom-b8t5cg65obb details.ecom-collection__filters-group-not__dropdown{
  border-bottom:1px solid black;
}


.ecom-pagination-item.ecom-next {
    font-size: 0; /* hides the text */
}

.ecom-pagination-item.ecom-next .ecom-paginate-action--icon {
    font-size: 16px; /* restore icon size if it shrinks */
}

.announcement-bar__content .announcement-bar__message h6{
    font-size: 12px !important; /* Change the value as needed */
}




#Home-page-shop-by-category .ecom-image-default {
    position: relative;
    /* display: flex; */
    justify-content: center;
    align-items: center;  
    background: none !important;
    overflow: visible; /* allows circle to show fully */
    /* height: 160px;  */
}

#Home-page-shop-by-category .ecom-image-default::before {
    content: "";
    position: absolute;
    width: 86px;
    height: 86px;
    background: white;
    border-radius: 50%;
    top:22px;
    left:12px;
    z-index: 0;
}

#Home-page-shop-by-category .ecom-image-default img {
    position: relative;
    z-index: 1;
    /* max-width: 100px; /* fits inside circle 
    max-height: 100px; */
    /* object-fit: cover; */
    background: none !important;
}

/* Target active arrow and force it to inherit or reset color */
.arrow-button.active svg,
.arrow-button:active svg {
    fill: currentColor !important; /* or your desired color */
    stroke: currentColor !important;
    color: inherit !important; /* makes it match surrounding text color */
}

/* If you just want it to be transparent */
.arrow-button.active svg,
.arrow-button:active svg {
    fill: transparent !important;
    stroke: transparent !important;
}

.header__menu_ul li{
  animation:none !important;
}

.ecom-paginate-action:hover{
  background-color:transparent !important;
  border:none !important;
}


.ecom-shopify__list-collections-media--square{
  padding:1px !important;
}

.ecom-core.ecom-ti1yvfnr1c .ecom-base-image .ecom-image-picture img{
  transform: scalex(-1) !important;
}

.ecom-product-single__media--image img{
  background-color:#ede4db;
  border:1.5px solid #382e25 !important;
  /* height:716px !important; */
}

.header_bottom.color-background-2.gradient {
    background: #f4efeb !important;
    background-color: #f4efeb !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) !important;
    z-index:5 !important;
}

.ecom-core .ecom-icon .ecom-icon--container:hover{
  background-color: transparent !important;
}

.ecom-core img.ecom-product-thumbnail{
background-color: #ede4db;
}

.ecom-core .ecom-product-single__media--featured{
height:720px;
}


.collection-featured-image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.desktop-banner {
  display: block;
}
.mobile-banner {
  display: none;
}

@media (max-width: 767px) {
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
}


.cart-notification-product__name,
.cart-notification-product__name a {
  color: #3d210c !important;
  font-weight:600 !important;
}

.cart-close-icon button.link {
  text-transform: capitalize;
  font-size:14px !important;
}


.tax-note.caption-large.rte.mb-15 {
  font-size: 12px !important;
  color: #000000 !important;
}

.ecom-cart__product-items-heading > div:first-child {
  text-align: left;
  padding-left:0px !important;
}
.ecom-cart__product-thumbnail-img {
  background-color: #ede4db;
  display: inline-flex; /* keeps background snug to image */
  padding: 0px;
  border-radius: 0px; 

}
ecom-cart__product-thumbnail{
  padding-left:0px !important;
}

.ecom-cart__product-items-heading {
  border-bottom: 1px solid #7f7d7b !important;
  grid-row-gap: 0 !important;   
}


.ecom-cart__product-informations {
  display: flex;
  align-items: center; /* ✅ vertical center */
}

.ecom-cart__product-item.apo-cart__item:last-child {
  border-bottom: 1px solid  #7f7d7b !important; 
}

.header__sub_menu_li:not(:last-child) {
  border-bottom: 1px solid #afaaa6;
}


.header__sub_menu_li:first-child {
  border-top: 3px solid #3d210c;
}

/* .header__sub_menu .header__sub_menu_li {
  background-color: #ede4db;
} */


.header__sub_menu .header__sub_menu_item {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #3d210c !important; 
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}


.header__sub_menu .header__sub_menu_item:hover {
  color: #3d210c; /* same color */
  /* transform: translateX(5px);  */
  /* transform: scale(1.08);  */
}

/* Remove border radius globally from input, select, and wrappers */
/* Remove radius from input/select wrappers in Contact section */
section[aria-label="Contact"] [class*="_7ozb"] {
  border-radius: 0 !important;
}

#login{
  color:#3d210c !important;
}

/* .content-for-layout .focus-none{
margin-top:-36px !important;
} */

#MainContent {
  margin-top: 0px !important;
  padding-top:40px !important;
  padding-bottom:40px !important;
}


.customer{
  margin-top:30px !important;
  padding:15px 20px 20px 20px!important;
  background:white !important;
  z-index:9999 !important;
  border: 1px solid #3d210c;
}
@media (max-width: 767px){
  .customer{
  margin-top:0px !important;
  padding:10px 20px 20px 20px!important;
  }

  /* .customer{
    height:auto;
  } */
  .row .account__pages_inner .col{
    width: 100% !important;
  }
}


 label[for="CustomerEmail"] {
  font-weight: 600 !important;
  color:black !important 
}

label[for="CustomerPassword"] {
  font-weight: 600 !important;
  color:black !important 
}

label[for="RecoverEmail"] {
  font-weight: 600 !important;
  color: black !important;
  
  font-family: 'Montserrat', sans-serif;
}


.input__field {
  border-radius: 0 !important;   /* removes rounded corners */
  border: 1px solid #afaaa6 !important; /* sets border color */
}

a[href="#recover"],
a[href*="/account/register"] ,
a[href="/"]
a[href="#login"]
{
  font-size: 12px !important;  
  /* color: #555 !important;       */
}

hr {
  margin-top: 20px !important;
  margin-bottom:10px !important;
  padding: .5px !important;
  height: 1px !important;
  
  /* background: none !important; */
}

hr + h2 {
  font-size: 16px !important;
}

#customer_login_guest {
  margin-top: 20px !important;
}

//* Apply to the whole page background only when on customer account pages */
body.gradient .customer {
  background: none !important; /* remove image from just the form container */
}

#shopify-section-template--18678174318767__main
{
  background-image: url("/cdn/shop/files/image_2.webp?v=1755692496");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top:40px ;
  padding-bottom:40px;
  margin-top:-38px;
  margin-bottom:-40px;
}

/* #shopify-section-template--186787174384303__main
{
  background-image: url("/cdn/shop/files/image_2.webp?v=1755692496") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top:40px ;
  padding-bottom:40px;
  margin-top:-38px;
  margin-bottom:-40px;
} */


#login, .register h1{
  color:#3d210c!important;
}

.customer.login h1 {
  font-size: 38px;
  font-weight: 700;
  padding-top:15px !important;
  color: #3d210c !important;
}

.login p{
  margin-top:10px !important;
  margin-bottom: -20px !important;
}

#wishlist-hero-shared-list-view h1.wishlist-hero-page-header
 {
  padding-left: 18px; 
  font-weight:600 !important;
}
#wishlist-hero-shared-list-view .wishlist-hero-page-actions-bar{
   padding-left: 10px;
}

p.MuiTypography-root.wishlist-hero-list-header.wishlist-hero-dyna-translate.MuiTypography-body1 {
  font-size: 14px !important;
  color: #000000 !important; /* black */
}
a.wishlist-hero-list-card-header-product-name {
  font-weight: 600 !important; /* you can use 500, 600, 700 depending on boldness */
}

.wishlist-hero-price-update {
  text-align: left !important;
}
.MuiButton-root.wishlist-hero-list-header-login .MuiButton-label {
  font-size: 16px !important;
  
}

/* Align the button container to the right */
#wishlisthero-product-page-button-container {
  display: flex;
  justify-content: flex-end; /* pushes button to right */
}

/* Style the button as white circle */
#wishlisthero-product-page-button-container button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;   /* circle size */
  /* height: 5px;   */
  border-radius: 100%;   
  background-color: #fff !important;  
  padding: 0 !important;
  border: none !important;
  cursor: pointer;
}

/* SVG icon inside */
#wishlisthero-product-page-button-container button svg {
  width: 16px;
  height: 16px;
  color: rgb(61, 33, 12);
}

.wishlisthero-floating{
  background-color: #fff;
}
.wishlisthero-floating {
  width: 30px !important;   /* set fixed size */
  height: 30px !important;  /* keep square for circle */
  display: flex; 
  align-items: center; 
  justify-content: center; 
}
  
.wishlisthero-product-in-wishlist svg {
  width: 14px !important;   /* change to any size */
  
}
.svg-inline--fa.fa-w-16 {
  width:30px !important;
}
.fa-1x{
  font-size: 1 rem;
}

.ecom-collection_product--wishlist-wrapper, button {
   /* width: 20px !important;
  height: 40px !important; */
  /* min-width: 20px !important;
  min-height: 40px !important; */
  /* border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important; */
}

/* Position the wishlist button top-right */
.ecom-collection_product--wishlist-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

/* By default, hide it */
.ecom-collection_product--wishlist-wrapper .wishlisthero-floating {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* On hover of product card, show it */
.ecom-collection_product-item:hover .ecom-collection_product--wishlist-wrapper .wishlisthero-floating {
  opacity: 1;
  visibility: visible;
}

#message-id{
  font-family:font-family: 'Montserrat', sans-serif;
  font-size:14px !important;
  color:rgb(56, 35, 17);
}
.MuiSnackbarContent-root{
  background:#fff !important;
  border-radius:none !important;
  border: 1px solid rgb(56, 35, 17);
}
.MuiSvgIcon-root{
  fill:rgb(56, 35, 17) !important;
}

.wishlist-hero-dyna-translate {
  font-family:font-family: 'Montserrat', sans-serif;
  font-size:14px !important;
  color:rgb(56, 35, 17);
  padding-left: 15px !important;
}

/* Force padding for MuiCardHeader-content */
.MuiCardHeader-content {
 
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 0px !important;
}

/* Override inline width/height of the background image div */
.MuiCardContent-root .jss7[style] {
  width: 80px !important;
  height: 80px !important;
  background-size: cover !important;  /* replaces contain */
  background-position: center !important;
}

#wishlist-hero-add-notification .wishlist-hero-dyna-translate {
  font-family:font-family: 'Montserrat', sans-serif !important;
}

/* Wishlist badge styling same as cart */
.wishlist-hero-items-count {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -1.78px; /* adjust for perfect alignment */
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: rgb(var(--color-button-text));
  border-radius: 50%;
  background-color: #3e220d;
  letter-spacing: 0;
}

.wishlist-hero-header-icon {
  /* position: relative; */
  padding-left:8px; 
  padding-right:8px;

}
/* Force wishlist heart icon color */
.wishlist-hero-header-icon svg {
  fill: #333333 !important;
  /* stroke: #333333 !important; */
  color: #333333 !important;
}

#shopify-section-template--18678174646447__breadcrumbs h1.page_header__title_label {
  font-size: 35px;
  font-weight: 700;
  margin-bottom:7px !important;
}

.faq__list--item--content{
font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color:#000000 !important;
    padding-left:5px;
}

.section-heading .mb-70 {
  display:flex !important;
  align-items:start !important;
  text-align:left !important;
}

/* Target only the FAQ section container */
.faq_wrapper[data-section-id="template--18678174646447__ae81b550-102c-453c-b8c6-7b10d3df59bd"] .container {
  max-width: 100% !important;  /* stretch full width */
  width: 100% !important;
  padding: 0 !important;
  margin: 0 42 42 0 auto !important;

}

/* Force container to be full width */
#shopify-section-template--18678174646447__ae81b550-102c-453c-b8c6-7b10d3df59bd 
.container {
  max-width: 95% !important;
  width: 100% !important;
  padding-left: 0!important;
  padding-right: 0  !important;
  
}

.shopify-policy__body p{
     font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    /* color: #000000; */
    padding-left: 5px;
}
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding-left: 5px;


  #shopify-section-template--18678174318767__main .container-lg, .container{
    max-width: 40% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #shopify-section-template--18678174220463__main  .account{
    background:transparent !important;
    border:none !important;
    padding:5px !important;
  }

  .account__pages_inner, .mb-20 h3{
    color: #3d210c !important;
  }
  .account__pages_inner, .mb-20{
    color: #000000 !important;
  }

  #shopify-section-template--18678174220463__main .page_header__title_label{
    font-size: 35px;
  font-weight: 700;
  margin-bottom:7px;
  }
  @media (max-width: 767px){
    #shopify-section-template--18678174220463__main .page_header__title_label{
    font-size: 20px;
  font-weight: 700;
  margin-bottom:7px;
  }
  }

  /* #EditAddress_9418320740527 form{
    margin-top:10px;
  }
  #EditAddress_9418320740527 {
    margin-top: 10px;
  } */

  li[data-address] {
  border: 1px solid #3d210c;
  border-radius:0 !important;
  }

  #shopify-section-template--18678174285999__main .customer{
    background:transparent !important;
  }

  @media screen and (min-width: 750px) {
    .section-template--18678174220463__main-padding {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }
}
.page_header__title_label{
  font-weight:700 !important;
  margin-bottom:5px !important;
}

/* ---------- POSITION CONTEXT ---------- */
.ecom-collection__product-item,
.ecom-collection__product-item--wrapper {
  position: relative;
}

/* ---------- WISHLIST WRAPPER (hidden by default) ---------- */
.ecom-collection__product--wishlist-wrapper,
.ecom-collection__product-wishlist-wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 50;

  /* fixed hit-area so svg won't shift layout */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

  background: transparent; /* keep as-is, change if you want a background */

  /* animation */
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transform-origin: center center;
  transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;

  pointer-events: none; /* disabled when hidden */
}

/* ---------- FORCE INNER CONTENT TO CENTER (overrides injected styles) ---------- */
.ecom-collection__product--wishlist-wrapper * ,
.ecom-collection__product-wishlist-wrapper * {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  vertical-align: middle !important;
  transform: none !important; /* prevent any injected transform from shifting the icon */
}

/* ---------- SVG SIZING / BLOCK RENDER ---------- */
.ecom-collection__product--wishlist-wrapper svg,
.ecom-collection__product-wishlist-wrapper svg {
  display: block;
  width: 18px;
  height: 18px;
  max-width: 100%;
  max-height: 100%;
}

/* ---------- SHOW ON HOVER ---------- */
.ecom-collection__product-item:hover .ecom-collection__product--wishlist-wrapper,
.ecom-collection__product-item:hover .ecom-collection__product-wishlist-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
  pointer-events: auto;
}

.MuiButton-root:hover{
  background:transparent !important;

}

.MuiButton-label{
  gap:5px !important;
  font-size:14px !important;
  
}
.MuiSvgIcon-root{
  width:16px !important;
  margin-bottom:2px;
}


.MuiPaper-rounded{
  display:flex;
  flex-direction:column;
  height: 405px !important;
  border-radius: 0px !important;
      justify-content: flex-start;
   border: 1px solid #3d210c !important;
}

 .wishlist-hero-list-card-product-price{
  padding-top:0 !important;
  padding-bottom:0 !important;
 }

/* Force wishlist hero images to use contain instead of cover */
.wishlist-hero-list-card-product-image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* .MuiCardHeader-content{
  padding: 0 !important;
} */

button[aria-label="ADD ALL TO CART"] {
  border: 1px solid #3d210c !important;
  background-color: #3d210c !important;
  color: #fff !important; 
  transition: all 0.3s ease;
  padding-left:30px !important;
  padding-right:30px !important;
}

button[aria-label="REMOVE ALL FROM WISHLIST"] {
  border: 1px solid #3d210c !important;
  padding-left:30px !important;
  padding-right:30px !important;
}


/* Add hover effect only to ADD ALL TO CART button */
button[aria-label="ADD ALL TO CART"]:hover {
  background-color: #3d210c !important;
  color: #fff !important; 
  transition: all 0.3s ease;
}

button[aria-label="REMOVE ALL FROM WISHLIST"]:hover {
  background-color: #3d210c !important;
  color: #fff !important; 
  transition: all 0.3s ease;
}

button[aria-label="ADD TO CART"]:hover {
  background-color: #3d210c !important;
  color: #fff !important; 
  transition: all 0.3s ease;
  margin-left:10px !important;
}

button[aria-label="ADD TO CART"] {
  background-color: #3d210c !important;
  border-radius: 0px !important;
  color: #fff !important; 
  font-size: 12px !important;
  margin-left:8px !important;
}

.MuiIconButton-label svg{
  width:20px !important;
}

/* Target only the delete button's SVG */
button.wishlist-hero-list-card-footer-delete svg {
  width: 20px !important;  
  height: 20px !important; 
  padding:0 !important;
}
button.wishlist-hero-list-card-footer-delete: hover{
  bac
}
.MuiIconButton-root{
  padding: 2px !important;
}
.MuiIconButton-root:hover{
  background:transparent!important;
}

.MuiCardHeader-subheader{
  padding-top:5px!important;
  font-size:12px!important;
  color:black!important;
}

.MuiInputLabel-animated{
  transition: revert !important;
}
.MuiInputLabel-marginDense {
    transform: none !important;
}
.MuiInputLabel-formControl{
  transform:none !important;
}

.wishlist-hero-list-card-header-product-name{
margin-top:-5px !important;
}
.wishlist-hero-send-email-title h2{
 font-size:22px !important;
 font-weight:700 !important;
 color:#3d210c !important
}

.MuiInputLabel-animated{
  font-size:14px !important;
 font-weight:500 !important;
 color:#000 !important;
 margin-top: 5px !important;
}

/* .input__field, input[type="email"], input[type="text"], .select__field_form select {
  margin-top:10px !important;
  border-radius:0 !important;
  height:40px !important;
  border: 1px solid #3d210c !important;
  background-color:transparent !important;
} */

/* Target only the specific email input */
#ToEmail.MuiInputBase-input {
  margin-top: 10px !important;
  border-radius: 0 !important;
  height: 40px !important;
  border: 1px solid #3d210c !important;
  background-color: transparent !important;
  padding: 0 10px !important; /* optional: add inner spacing */
  box-sizing: border-box;
}

#FromName.MuiInputBase-input {
  margin-top: 10px !important;
  border-radius: 0 !important;
  height: 40px !important;
  border: 1px solid #3d210c !important;
  background-color: transparent !important;
  padding: 0 10px !important;
  box-sizing: border-box;
}

.MuiInput-underline:after{
  border-bottom:0px !important;
  transition:none !important;
  transform:none !important;
}
.MuiInput-underline:before{
   border-bottom:0px !important;
  transition:none !important;
  transform:none !important;
}

#standard-textarea {
    border: 1px solid #3d210c !important;
    height:40px !important;
    padding:10px !important;
    font-size: 16px !important;
    margin-top:5px!important;
    margin-bottom: 20px !important;
}

/* Style for CANCEL button */
button[aria-label="cancel"] {
  border: 1px solid #3d210c !important;
  background-color: #3d210c !important;
  color: #fff !important; 
  border-radius: none !important;
  transition: all 0.3s ease;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* Style for SEND button */
button[aria-label="send"] {
  border: 1px solid #3d210c !important;
  padding-left: 30px !important;
  border-radius: none !important;
  padding-right: 30px !important;
  background-color: transparent !important; /* Keeps it like REMOVE ALL */
  color: #3d210c !important;
  transition: all 0.3s ease;
}

.wishlist-hero-send-email-cancel-btn{
  border-radius:none !important;
}

/* Optional Hover Effects (if you want smooth effect like design) */
button[aria-label="cancel"]:hover {
  background-color: #2c1608 !important; /* Darker shade on hover */
}

button[aria-label="send"]:hover {
  background-color: #3d210c !important;
  color: #fff !important;
}

.MuiFormControl-marginNormal{
  margin-top:10px !important;
}

.MuiDialogTitle-root{
  padding:15px !important;
  
}

.MuiButton-root{
  border-radius: 0 !important;
}

.MuiDialogActions-spacing{
padding-bottom:20px !important;
padding-right:25px!important;
gap:10px !important;
}

.MuiDialogContent-root{
padding-right: 10px !important;
}

.wishlist-hero-share-header h2 h5{
  font-size:22px !important;
 font-weight:700 !important;
 color:#3d210c !important
}

.MuiDialogContent-dividers {
    
    border-top: none !important;
    border-bottom: none !important;
}

/* Hide the floating label above the field */
.wishlist-hero-share-link label {
  display: none !important;
}

/* Style the disabled input with your border */
/* .wishlist-hero-share-link .MuiInputBase-root,
.wishlist-hero-share-link .MuiOutlinedInput-root,
.wishlist-hero-share-link input[type="text"] {
  border: 1px solid #3d210c !important;
  border-radius: 0 !important;
  height: 40px !important;
  background-color: transparent !important;
  padding: 0 10px !important;
  box-sizing: border-box;
  font-size: 14px !important;
  color: #000 !important;
} */

/* Ensure the full row aligns properly */
/* .wishlist-hero-share-link {
  display: flex !important;
  align-items: center !important;
} */

/* Remove MUI's default outline so only one border shows */
.wishlist-hero-share-link .MuiOutlinedInput-notchedOutline {
  border: none !important;
}

/* Apply your custom border */
.wishlist-hero-share-link .MuiInputBase-root,
.wishlist-hero-share-link .MuiOutlinedInput-root {
  border: 1px solid #3d210c !important;
  border-radius: 0 !important;
  /* height: 40px !important; */
  background-color: transparent !important;
  box-sizing: border-box;
}

/* Keep the LINK label but align it nicely */
.wishlist-hero-share-link label {
  top: -1px !important;       /* move down closer to the top border */
  left: 10px !important;      /* some left padding */
  font-size: 13px !important;
  background: #fff;           /* cover the border line behind text */
  padding: 0 4px;
  line-height: 1;
}

.MuiTypography-h6 {
  font-size:16px !important;
  color: #000000 !important;
}

input[type="text"]:disabled {
  background-color: transparent !important;
  -webkit-text-fill-color: #000 !important; /* keeps text visible */
  opacity: 1 !important; /* prevents greyed-out look */
}

.MuiDialog-paperScrollPaper{
  height: 295px !important;
}

.MuiDialogTitle-root h2{
  font-size:22px !important;
 font-weight:700 !important;
 color:#3d210c !important;
  
}

.MuiDialogContent-root p{
 font-size:16px !important;
 font-weight:500 !important;
 color:#000000 !important;
 margin-left:-10px !important;
}
.MuiButton-textPrimary{
 color:#3d210c !important;
}

.wishlist-hero-list-footer{
  margin-left:8px!important;
}

.addresses li>button:first-of-type{
  margin-top:1.6rem !important;
  margin-left:-0px !important;
}

#shopify-section-template--18678174285999__main .customer{
  border:none !important;
}

form[id^="address_form_"] .input__field,
form[id^="address_form_"] input[type="email"],
form[id^="address_form_"] input[type="text"],
form[id^="address_form_"] .select__field_form select {
    background: transparent !important;
    border: 1px solid #3d210c !important;
    border-radius: 0 !important; /* remove roundness */
    padding: 8px 10px;
    color: #000;
    outline: none;
}


.activate button[name=decline], .addresses li>button, .addresses form button[type]{
  box-shadow:none !important;
  border: 1px solid #3d210c !important; 
}

form[id^="address_form_"]{
  margin-top:10px !important;
}

.mt-50 h2{
  margin-top:-15px !important;
  font-size:22px;
  font-weight:500 ;
  color:#3d210c;
}

.address__new_btn button{
  padding-left:20px;
  padding-right:20px;
}
.search__input_field {
border: 1px solid #3d210c !important;
}

.popular__search--tags h4{
  font-size:22px !important;
  font-weight:500 !important;
}

.predictive-search__item-heading.h6 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #3d210c !important;
}

.price--on-sale .price__sale{

  font-size: 14px !important;
  font-weight: 600 !important;
  color: #3d210c !important;
}

.price--on-sale .price-item--regular{
  color: #888;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.search__input_field .input__field_form input{
  background: transparent !important;
}

.template-search__header h1{
  font-size:35px !important;
  font-weight: 700 !important;
  color: #3d210c !important;
  font-family: 'Montserrat', sans-serif;
}
 
.product__card .media>img:only-child{
  background:#ede4db !important;
  padding:30px !important;
}
.search__button svg{
 color: black !important;
}


/* Select box transparent with border */
#SortBy {
  background-color: transparent;
  border: 1px solid #3d210c;
  color: #3d210c;   /* text color when nothing is selected */
  padding: 6px 10px;
  appearance: none; /* removes default arrow, optional */
}


/* All options transparent */
#SortBy option {
  background-color: transparent;
  color: #3d210c;
}


/* Selected option styled */
#SortBy option:checked {
  background-color: #3d210c;
  color: #fff;
}

#SortBy option:hover{
  background-color: #3d210c;
  color: #fff;
}
input[type="text"] {
  background-color: transparent !important;
}


/* Filter heading (collection sidebar) */
#verticalTitle {
  font-size: 32px !important;
  color: #3d210c !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;     
  margin: 0 !important;           
}

.facets__summary {
  font-weight: 700 !important;
    font-size: 16px !important;
   color: black  !important;
    line-height: 1.25em;
    text-transform: none;
    letter-spacing: .2px;
}
 
.ecom-core .ecom-collection__product-media img {
    background-color: #ede4db; /* Your desired background color */
    padding: 30px; /* Optional, as you already have */
    object-fit: cover; /* Keeps image proportionally scaled */
    width: 100%;
    height: auto; /* Or set fixed height if needed */
    border-radius: 0;
}

.facet-checkbox>input[type=checkbox]:checked~.checkbox-facet-check{
  background:#3d210c !important;
}


.facets__item label, .facets__item input[type=checkbox]{
font-weight: 500 !important; /* or 700 for bold */
    color: #000000 !important;
}

.reset__button field__button svg {
  fill:#000000 !important;
}

.facets-vertical 
{
gap:30px !important;
}

.sale__save--percent{
  display:none !important;
}

.predictive-search__heading{
    font-weight: 600 !important;
    color:#3d210c !important;
    font-size:15px !important;
    border-bottom:1px solid #3d210c !important;
}

.predictive-search__heading:hover{
    font-weight: 500 !important;
    color:#3d210c !important;
}

.link--text{
color:color:#3d210c !important;
}

.link--text:hover{
background-color: transparent !important;
}


.predictive-search__item-content{
  padding-left:0px !important;
  font-size:14px !important;
}

.predictive-search__image{
  margin-left:-3px !important;
}

a.predictive-search__item{
  gap:5px !important;
}

#predictive-search-results-groups-wrapper{
  border-bottom:0 !important;
}

button.predictive-search__item--term{
   border-top:1px solid #3d210c !important;
  
}
#SortBy option:active {
  background: #3d210c !important;
  
}
#SortBy option:hover,
#SortBy option:focus,
#SortBy option:active,
#SortBy option:checked {
  background:  #3d210c !important;
  color: #fff !important;
}

.product__card__price .price__compare{
  text-decoration:none !important;
}

.pagination__item-arrow{
  color:#3d210c !important;
}


/* Base pagination items */
.pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  margin: 0 6px;
  border-radius: 50%;
  text-decoration: none;
  color: #3d210c;
  font-weight: 600;
  transition: background 0.3s, color 0.3s;
}

/* Hover effect (numbers + icons go white) */
.pagination__item:hover:not([aria-current="page"]):not(.active) {
  background: #3d210c !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.pagination__item:hover svg path,
.pagination__item:hover svg {
  fill: #fff !important;
  stroke: #fff !important;
}

/* Active page */
.pagination__item[aria-current="page"],
.pagination__item.active {
  background: #3d210c !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.pagination__item[aria-current="page"] svg path,
.pagination__item.active svg path,
.pagination__item[aria-current="page"] svg,
.pagination__item.active svg {
  fill: #fff !important;
  stroke: #fff !important;
}

/* .root{
  overflow-x: hidden !important;
}*/


  .footer-mobile-image {
    width: 100%;
    /* same as reference */
    height: 200px;     /* keep height */
    margin-top: -70px; /* adjust position */
  }

@media (max-width: 767px) {
  .footer-mobile-image {
    width: 100%;
      /* same as reference */
    height: 100px;     /* keep height */
    margin-top: -35px; /* adjust position */
  }
}

@media (max-width: 767px) {
    .footer__top .row{
  flex-direction:column;
}

  .footer__top .row{
  flex-direction:column;
}

.footer__top .row > .col.mb-30:nth-child(1) {
  flex: 0 0 100%;
  max-width: 100%;
}

.footer__top .row > .col.mb-30:nth-child(2),
.footer__top .row > .col.mb-30:nth-child(3),
.footer__top .row > .col.mb-30:nth-child(4) {
  flex: 0 0 100%;
  max-width: 100%;

}

.template-search__header h1{
  font-size:20px !important;
}

#MainContent{
 margin-top:-10px !important;
}
.product__card .media>img:only-child{
  background:#ede4db !important;
  padding:10px !important;
}
.mb-30 {
  margin-bottom: 15px;
}
.product__card-title--link {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price--on-sale .price__sale{
  font-size:12px !important;
  font-weight:700 !important;
}
.price--sold-out .price__availability, .price__regular{
  font-size:12px !important;
}
.template-search__header{
  margin-bottom:2.7rem !important;
}
.pagination-wrapper{
  margin-top: 20px !important;
}

 .account__pages_inner>.col{
    width:100% !important;
    padding-left:15 !important;
    padding-right:0 !important;
  }
  .order-history tbody tr{
  
}
li[data-address]:last-child{
     margin-top: 1rem;
    box-shadow: 0 0 7px #00000026;
    background: #fff;
    padding: 15px 20px;
    width: 48.2%;
    display: inline-block;
    vertical-align: top;
    min-height: auto;
  max-height: auto;
    border-radius: 5px;
    margin-right: 35px;
    margin-bottom:0px !important;
}

.customer.account h3 {
      font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    color: #1a5e7a;
    text-transform: uppercase;
}
.address__new_btn > h1 {
       font-size: 20px;
    font-weight: 700;
    margin-top: 0px !important;
    margin-bottom:10px !important;
    color: #3d210c;
    text-transform: uppercase;
}
.address__new_btn button{
  margin-bottom:5px !important;
}

.ecom-core .ecom-collection__product-media img {
 
    padding: 7px !important; /* Optional, as you already have */
 
}

.ecom-collection__filters-group-checkbox input[type="checkbox"]:checked {
  background-color: transparent !important;

}
.ecom-core .ecom-product-single__media--featured{
  height: 270px;
}

.ecom-swiper-button-prev{
  display:none !important;
}

.shopify-policy__title h1{
  font-weight: 700;
    color:#3d210c;
    font-size: 27px;
  text-align: left;
    margin-bottom: 25px;
}

.customer .login h1 {
  font-size: 20px;
  font-weight: 700;
  padding-top:15px !important;
  color: #3d210c !important;
}

#login{
      font-size: 20px !important;
    font-weight: 700;
    margin-top: 15px;
    color: #3d210c;
}
.register h1{
      font-size: 20px !important;
    font-weight: 700;
    margin-top: 15px;
    color: #3d210c;
}

}

.footer__list-social a:nth-child(3),
.footer__list-social a:nth-child(4) {
  display: none !important;
}
.product__card-title--link {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .mobile-banner {
        display: block;
        height: 220px !important;
        object-fit:cover !important;
    }


    div.core__row--columns {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: unset !important;

    .ecom-collection__filters-group-checkbox-label{
      margin-bottom:-10px !important;
    }
    .collection-filter-mobile .ecom-container-filter-list-wrapper{
      margin-top:40px !important;
    }
    .ecom-label-position__topleft, .ecom-zoom-position__topleft{
      top:10px !important;
      left:10px !important;
    }

    .product-specification-class, .ecom-accordion__wrapper .core__group--items{
      gap:25px !important;
    }
    .product-specification-class, .ecom-accordion__title .ecom-items--icon{
      margin-top:-10px !important;
    }

  }

    .ecom-al_center{
     margin-top:-12px !important;
  }
  .ec_splide_arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* so only buttons are clickable */
}

.ec_splide_arrows button {
  pointer-events: auto;
  background: rgba(0,0,0,0.5); /* optional for visibility */
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.ecom-core.ecom-orptzkzj31i .ecom-product-single__media--thumbnail.ec_splide__slide.is-active{
  border-style:none !important;
  border-width:0 !important;
  border-color: transparent !important;

}
  .ecom-core.ecom-orptzkzj31i .ecom-product-single__media--thumbnail:hover{
  border-style:none !important;
  border-width:0 !important;
  border-color: transparent !important;

  }
  .ecom-cart__product-thumbnail-img {
    background-color: #ede4db;
    display: inline-flex;
    padding: 0px;
    border-radius: 0px;
    }
  .cart-item-custom-class, .ecom-cart__product-item  {
      margin-bottom: 15px !important;
        border-bottom: 1px solid #3d210c !important;

  }
  .cart-item-custom-class .ecom-cart__product-quantity-wrapper .ecom-cart__product-quantity--input{
     width:36px !important;
  }
   .cart-item-custom-class, .ecom-cart__product-item-discounted-prices{
     gap:0 !important;
  }
  .cart-item-custom-class .ecom-cart__product-item.apo-cart__item:last-child{
    border:none !important;
  }
  .cart-item-custom-class .ecom-cart__product-thumbnail--tablet{
        background-color: #ede4db;
        display: inline-flex;
        padding: 0px;
        border-radius: 0px;
  }
  /* Stronger selector targeting the h2 inside that section */
section h2.n8k95wl {
  font-size: 24px !important;
}
 
}

.ecom-icon-filter-open, .ecom-icon-filter-close{
  margin-top:10px !important;
}

.collection-filter .ecom-collection__filters-applied-block{
  display:none !important;
}


#shopify-section-template--18678174384303__main{
  background-image: url(/cdn/shop/files/image_2.webp?v=1755692496);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -38px;
    margin-bottom: -40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
 .ecom-core.ecom-orptzkzj31i .ecom-product-single__media--featured{
  height:420px !important;
 }

}

@media only screen and (max-width: 991px) {
  #shopify-section-sections--18678174941359__newsletter_cieDBq 
    .newsletter--signup_form.form_width {
    flex: 0 0 100% !important;  /* ensure full width if inside flex */
    max-width: 100% !important; /* override 50% from parent rule */
    width: 100% !important;     /* keep full width */
    margin-left:-300px !important;
  }

  .newsletter__signup--wrapper{
    align-items: start !important;
  }
}



 .iconlist-Global-presence .ecom-iconlist-content{
  border-bottom: 1px solid black;
    padding-bottom: 20px;
    margin-bottom: -20px;
 }
 

.image-global-presence::after {
  content: "";
  position: absolute;
  top: 12px; 
  left: -12px;
  right:12px;
  bottom: -10px;
  border: 1.5px solid #5a4633; /* outer frame */
  z-index: -1;
}

.the-journey-tab .tabs__navs--horizontal, .tabs__navs--items{
  overflow-x:hidden !important;
}

/* Scope everything to the journey tab */
.the-journey-tab .tabs_nav--text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px; /* space between icon and text */
  transition: all 0.3s ease;
}

/* On hover and active – text style */
.the-journey-tab .ecom-items.tabs__nav:hover .tabs_nav--text,
.the-journey-tab .ecom-items.tabs__nav.ecom-item-active .tabs_nav--text {
  font-size: 22px;
  font-weight: 700 !important;
}

/* Add image on hover + active */
.the-journey-tab .ecom-items.tabs__nav:hover .tabs_nav--text::before,
.the-journey-tab .ecom-items.tabs__nav.ecom-item-active .tabs_nav--text::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/cdn/shop/files/Layer_29_26ece63e-d7bf-4bdb-bcec-126875dda847.png?v=1757331388") no-repeat center;
  background-size: contain;
}
.ecom-elements__lightbox-button-image {
  border: none !important;       /* removes border */
  outline: none !important;      /* removes focus outline */
  box-shadow: none !important;   /* removes any shadow that may look like border */
  background: none;              /* optional: if you also want no background */
}

.ecom-core.ecom-oovx2pjef .ecom-iconlist--container{
  box-shadow:none !important;
}

.ecom-core.ecom-a5y6dbrqy1 .ecom-iconlist--container{
  box-shadow:none !important;
}


@media (max-width: 767px){
  .ecom-core.ecom-u18cy5vmd4h .tabs__navs .tabs__navs--items{
  align-items: center;
    /* flex-direction: column; */
    align-content: center;
    /* padding-left:20px !important; */
}

.our-sory-iconlist-class .ecom-iconlist--container{
  padding:0 15px !important;
}

.our-sory-iconlist-class .ecom-iconlist--list{
  gap:40px !important;
}

.blog-menu-category .ecom-shopify__menu-sub-menu .ecom-menu_title {
  font-size: 14px !important;
}

 #wishlist-hero-shared-list-view h1.wishlist-hero-page-header{
  font-size:20px !important;
  margin-bottom:10px !important;
 }

 p.wishlist-hero-list-header > svg.fa-sign-in-alt {
  margin-left:-13px !important;
 }

 /* Remove bottom margin from wishlist login message */
.wishlist-hero-list-header {
  margin-bottom: 0 !important;
}

.MuiGrid-spacing-xs-2 > .MuiGrid-item:first-child {
  padding-top: 0 !important;
  /* padding-left:6px!important; */
}
.wishlist-hero-list-card-footer-add-all-to-cart-dialog {
  margin-bottom:20px !important;
  margin-top:-10px !important;
}


}

/* media query for big Screen */
@media (min-width: 1600px) and (max-width: 2000px) {
  .custom-class-slider .ecom-slider--container .ecom-slider{
    height:600px !important;
  }

  .ecom-core.ecom-atot9voa2cu{
    width: 13.3% !important;
  }

  .ecom-core.ecom-qs5p347b0t{
    width:23% !important;
  }

  .ecom-core.ecom-lu1b1yb7xt{
        width: 17.3% !important;
  }

  .ecom-core.ecom-vw11e0nxbd>div.core__row--columns>.ecom-column.ecom-core>.core__column--wrapper>.core__blocks{
    min-height:555px !important;
  }
}

/* media query for small screen laptop */
@media only screen and (min-width: 1280px) and (max-width: 1440px){
  .ecom-core.ecom-atot9voa2cu{
   width: 19.3% !important;
    max-width: 22.3% !important;
  }

  .ecom-core.ecom-qs5p347b0t{
    width: 32% !important;
    max-width: 33% !important;
  }

  .ecom-core.ecom-lu1b1yb7xt{
       width: 26.3% !important;
       max-width: 27%  !important;
  }

}

/* First flex wrapper → column layout */
.blog-menu-category .ecom-flex {
  flex-direction: column !important;
}

/* Anchor tag already has flex, force its layout to space-between */
.blog-menu-category .ecom-menu_item .ecom-menu_title {
  justify-content: space-between !important;
  align-items: center; /* keeps text + icon vertically aligned */
  width: 100%;
}

/* Add bottom border to each category item */
.blog-menu-category .ecom-menu_item .ecom-menu_title {
  border-bottom: 1px solid #3d210c; /* light gray line */
  padding: 8px 0; /* space for breathing room */
}

/* Optional: remove border from the last item */
.blog-menu-category .ecom-menu_item:last-child .ecom-menu_title {
  border-bottom: none;
}

/* --- Reset submenu indentation --- */
.blog-menu-category .ecom-shopify__menu-sub-menu {
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top:5px !important;
}
.blog-menu-category .ecom-shopify__menu-sub-menu li {
  list-style: none !important;
}

/* --- Force submenu anchors to sit tight (no space-between) --- */
.blog-menu-category .ecom-shopify__menu-sub-menu .ecom-menu_title {
  display: inline-flex !important;
  justify-content: flex-start !important; /* <--- important override */
  align-items: center !important;
  width: auto !important;     /* undo global width:100% that causes spacing */
  padding-left: 0 !important; /* remove any left indentation on the anchor */
  font-size: 16px !important;
  line-height: 1 !important;
  gap:7px !important;
}

/* --- Bean icon flush to the left of the text (no gap) --- */
.blog-menu-category .ecom-shopify__menu-sub-menu .ecom-menu_title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url("/cdn/shop/files/Layer_29_26ece63e-d7bf-4bdb-bcec-126875dda847.png?v=1757331388")
    no-repeat center;
  background-size: contain;
  margin-right: 7 !important;  /* absolutely no gap */
  margin-left: 0 !important;
  
}


.ecom-shopify__article__description--paragraph img{
  width:630px !important; 
  height:420px !important;
}

.ecom-core.ecom-fu8bymoyvkf .ecom-pagination-navigation .ecom-pagination-item:hover, .ecom-core.ecom-fu8bymoyvkf .ecom-pagination-navigation .ecom-pagination-item.ecom-button-active{
  border-style: solid !important;
    border-width: 1px !important;
    border-color: #000 !important;  
}

p.MuiTypography-root.wishlist-hero-list-header.wishlist-hero-dyna-translate.MuiTypography-body1{
  /* padding:0 !important; */
  margin-top:-6px !important;
}

.wishlist-hero-list-footer{
  padding-top:40px !important;
}

p.wishlist-hero-list-header > svg.fa-sign-in-alt {
  margin-left:-13px !important;
}

.coffee-mirror img{
  transform: scaleX(-1);
}

#blogs-grid-page{
  z-index:0 !important;
}

.facet-checkbox{
    z-index:0 !important;
}
.product__card__badges{
    z-index:0  !important;
}

@media screen and (min-width: 1920px) and (max-width: 2560px) {

  .section4{
overflow-x: hidden !important;
}
.section7{
overflow-x: hidden !important;
}

  .section1 .ecom-slider--container .ecom-slider{
    height:700px !important;
  }

  .ecom-core.ecom-qe7li82jc1{
    margin-left:155px !important;
  }

  .ecom-core.ecom-47te4t4fe6d>div.core__row--columns>.ecom-core.ecom-column>.core__column--wrapper>div.core__blocks>div.core__blocks--body{
    padding-left:165px !important;
    padding-right:155px !important;
  }

  #Home-page-shop-by-category .ecom-image-default::before {
    content: "";
    position: absolute;
    width: 165px;
    height: 165px;
    background: white;
    border-radius: 50%;
    top: 12px;
    left: 12px;
    z-index: 0;
  }
  .ecom-core.ecom-k5iv82pjvtf{
    height: 600px;
  }

  #Best-sellers .ecom-collection__product-item .ecom-collection__product-item--inner{
    height:678px  !important;
    
  }

  #Best-sellers{
   margin: 35px 200px 0 196px !important;
  }

  #ecom-jxvlgjhdvzk{
    padding-right: 155px !important;
  }
  #ecom-tm1uni9ydc{
    padding-left: 195px !important;
  }

  .ecom-core.ecom-j2r2h6itsvq{
   padding: 25px 35px 0 170px !important;
  }
  #line-below-slider{
    padding-left:200px !important;
  }

  #line-below-slider-two{
    padding-left:190px !important;
  }
  .ecom-core.ecom-p8tf9ascgd .ecom-collection__product-container .ecom-swiper-button-prev,
   .ecom-core.ecom-p8tf9ascgd .ecom-collection__product-container .ecom-swiper-button-next{
     margin: -87px 690px -1px -300px !important;
    padding: 25px 25px 25px 25px !important;
   }
  
   .ecom-core.ecom-lj8tsx39s2c {
    margin: 35px 49px 0 170px !important;
   }
  #hot-deals{
   margin: 35px 200px 0 200px !important;
  }

  #hot-deal-heading-section{
     padding-left: 156px !important;
    padding-right: 40px !important;
  }

  #banner-rooted-in-lyon{
    height:960px !important;
  }
  #banner-rooted-in-lyon-img img{
    height:940px !important;
  }

  .ecom-core.ecom-lj8tsx39s2c .ecom-collection__product-container .ecom-swiper-button-prev, 
  .ecom-core.ecom-lj8tsx39s2c .ecom-collection__product-container .ecom-swiper-button-next{
    margin: -87px 690px -1px -300px !important;
    padding: 25px 25px 25px 25px !important;
  }
  
  #coffee-capsules-img-row{
     padding-left: 175px !important;
    padding-right: 200px !important;
  }
  #see-what-people-custom{
    padding-left: 152px !important;
    padding-bottom:50px !important;
  }

  #follow-on-insta-heading{
    padding-top:10px !important;
    padding-left: 150px !important;
    padding-bottom:20px !important;

  }
  #follow-on-insta-slider{
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* countdown */
  .ecom-core.ecom-vyevu7przeg{
    width:23% !important;
  }


  /* Collection page */
  #collection-section-one{
    margin-top:-40px !important;
  }

  .collection-heading{
    top:-448px !important;
  }

  #collection-Filter-heading {
    margin-left: 150px !important;
    width:17.6% !important;
  
  }

  #collection-id-for-z{
    padding-left: 170px !important;
            padding-right: 185px !important;
  }
  
  /* product page */
  #Product-section-one{
    overflow-x:hidden !important;
            padding-left: 190px !important;
            padding-top: 40px !important;
            padding-bottom:20px !important;
  }

  #recommended-product-custom{
    overflow-x:hidden !important;
  }

  #product-section-custom {
        padding: 25px 195px 0 !important;
  }

  .ecom-core .ecom-product-single__media--featured{
        height: 1093px;
  }
  .ecom-core.ecom-3dfd00p5uvm{
   width:12% !important;
  }

  .ecom-core.ecom-m0x3ym3owxk{
    width: 42.5% !important;
  }

  .ecom-core.ecom-ro1ld6ouxw{
    width: 45.5% !important;
  }
  
  #Product-recomend-for-you, #hot-deals .ecom-collection__product-item .ecom-collection__product-item--inner{
    height:640px  !important;
    
  }
  
  #product-recomend-for-heading{
   padding-left: 148px !important;
    padding-right: 155px !important;
  }

  #Product-recomend-for-you{
    padding-left:190px !important;
  }
  
  .ecom-core.ecom-2rcqceu713 .ecom-collection__product-container .ecom-swiper-button-prev, 
  .ecom-core.ecom-2rcqceu713 .ecom-collection__product-container .ecom-swiper-button-next{
    margin: -87px 120px -1px -100px !important;
    padding: 25px 25px 25px 25px !important;
  }

  /* cart page big screen */
  #you-maylike-section-cart{
    overflow-x:hidden !important;
  }

  #cart-section-one{
    padding-left: 195px !important;
  }

  #cart-product-section{
   padding-left: 150px !important;
    padding-right: 160px !important;
  }

  #cart-checkout-section{
     padding-left: 150px !important;
    padding-right: 160px !important;
  }

  #cart-youmay-like-header{
     padding-left: 150px !important;
    padding-right: 160px !important;
  }

  #cart-page-slider-custom{
    padding-left: 190px !important;
  }

  #cart-page-slider-custom .ecom-collection__product-item .ecom-collection__product-item--inner{
             height: 544px !important;
  }

  .ecom-core.ecom-9s0udl587ca .ecom-collection__product-container .ecom-swiper-button-prev,
   .ecom-core.ecom-9s0udl587ca .ecom-collection__product-container .ecom-swiper-button-next{
    margin: -87px 120px -1px -100px !important;
    padding: 25px 25px 25px 25px !important;
   }

   .ecom-core.ecom-vhzeokcuzr .ecom-slider--container .ecom-slider{
    height:600px !important;
   }

   .footer-mobile-image{
    height: 350px;
   }

   .shopify-policy__container{
    padding-left: 195px;
    padding-right: 195px;
   }

   #wishlist-hero-shared-list-view{
     padding-left: 175px !important;
    padding-right: 175px !important;
   }

   #blogs-section-one {
    height:700px !important;
   }
   #blog-section-one-column{
    height:700px !important;
        
   }

   /* Force thumbnail container to fixed height */
#blogs-grid-page .ecom-shopify__blog--post-thumbnail {
    height: 310px !important;
    overflow: hidden !important;
}

/* Force the image inside to crop properly */
#blogs-grid-page .ecom-shopify__blog--post-thumbnail img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
}



   #blogs-grid-page{
    padding-left: 195px !important;
    padding-right: 190px !important;
   }

  /* #single-blog-post-content{
    overflow-x:hidden !important;
    
  } */

  #blog-detail-one-heading{
     padding-left: 145px !important;
    padding-right: 145px !important;
  }

  #section-hero-blogdetail img {
    height: 700px !important;   /* or any height you need */
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.ecom-shopify__article__description--paragraph img{
     width: 900px !important;
    height: 560px !important;
}

#slider-blog-detail{
          padding-left: 195px !important;
        padding-right: 195px !important;
}

#related-blogs-slider img {
    height: 360px !important;   /* force height */
    width: 100% !important;     /* make sure it stretches */
    object-fit: cover !important; /* crop nicely instead of stretching */
    display: block !important;
}

   #contact-pageleft{
      padding-left:150px !important ;
      z-index:0 !important;
   }
   #contact-pageright{
     padding-right: 150px !important;
     z-index:0 !important;
   }
   #section-one-contact{
    height:700px !important;
   }

   #coloum-hero-contact{
    height:700px !important;
   }

   /* our story */

   #story-section-hero-inner{
    height:700px !important;
   }
  
   #story-section-two-left{
     padding-left: 140px;
   }

   #story-section-two-right{
     padding-right: 140px;
   }

   #the-journey-tabs {
    padding-left: 145px !important;
    padding-right: 145px !important;
   }
   #story-what-makes{
     padding-left: 145px !important;
    padding-right: 145px !important;
   }

   #story-our-promise{
     padding-left: 145px !important;
    padding-right: 185px !important;
   }

   #story-memories{
    padding-left: 73px !important;
    padding-right: 73px !important;
   }

   .ecom-core.ecom-swmy83sghg .ecom-slider--container .ecom-slider{
    height:500px !important;
   }
   #story-about-image img{
    height:580px !important;
   }

   .ecom-core.ecom-lu1b1yb7xt{
    width:13.3% !important;
   }

   .ecom-core.ecom-atot9voa2cu{
    width:10% !important; 
   }

   .ecom-core.ecom-qs5p347b0t{
    width:18% !important;
   }

   #story-about-left{
    padding-left: 145px !important;
   
   }

   #story-about-right{
     padding-right: 135px !important;
   }
  
   
}

body #appstle_subscription_widget0 .appstle_tooltip.appstle_tooltip .appstle_tooltip_appstle {
    background: #3d210c !important;
}


/* Product page sticky */
#product-section-custom.product-sectionclass {
  display: flex; 
  align-items: flex-start;
}
#product-section-custom .product-main-column-left {
  position: -webkit-sticky; 
  position: sticky;
  top: 100px; 
  align-self: flex-start;
  height: fit-content;
}
#product-section-custom .product-main-column-right {
  flex: 1;
}




