:root {
  --color-black: #222;
  --color-black-hover: #3f3b3b;
  --color-white: #fff;
  --color-yellow: #febd10;
  --color-yellow-hover: #ffcf4f;
  --color-gray-dark: #b2b2b2;
  --color-gray-light: #f8f8f8;
  --color-text: #7a7a7a;
}
html {
  scroll-behavior: smooth;
  font-size: 100%;
  font-family: "Inter Tight", sans-serif;
}

body {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--color-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight", sans-serif;
  margin: 0;
  line-height: 100%;
}
h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  @media (min-width: 768px) {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.25rem;
  font-weight: 400;
}

h5 {
  font-size: 1.125rem;
  font-weight: 400;
}

h6 {
  font-size: 0.875rem;
  font-weight: 400;
}

p {
  margin: 0;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}
strong,
b {
  font-weight: 700;
}
small,
sub,
sup {
  font-size: 75%;
}

hr {
  border-color: var(--color-gray-light);
}

a {
  text-decoration: none;
  color: var(--color-black);
  transition: all 275ms ease-out;
}
a:hover {
  color: var(--color-yellow);
}

ul {
  list-style: disc;
  margin: 1rem 0;
  padding-left: 1.25rem;
}
ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}

li {
  margin: 0;
}

blockquote {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 0.8em;
  border-left: 5px solid #1d7484;
  margin-bottom: 2.5rem;
  background-color: #f1f1f1;
}

blockquote p {
  margin-bottom: 0;
}

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

/* Pre and Code */
pre {
  background-color: #f1f1f1;
  display: block;
  padding: 1em;
  overflow-x: auto;
  margin-top: 0px;
  margin-bottom: 2.5rem;
  font-size: 0.9em;
}

code,
kbd,
samp {
  font-size: 0.9em;
  padding: 0 0.5em;
  background-color: #f1f1f1;
  white-space: pre-wrap;
}

pre > code {
  padding: 0;
  background-color: transparent;
  white-space: pre;
  font-size: 1em;
}

/* Tables */
table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

td,
th {
  padding: 0;
}
iframe {
  width: 100%;
}

.button,
button,
input[type="reset"],
input[type="button"],
input[type="file"]::file-selector-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--color-accent);
  border: 1px solid var(--color-accent);
  cursor: pointer;
  box-sizing: border-box;
  height: 50px;
  line-height: 48px;
}
.button:hover,
button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="file"]::file-selector-button:hover {
  outline: 0;
}

.button[disabled],
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled],
input[type="file"][disabled] {
  cursor: default;
  opacity: 0.5;
}
.button:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="button"]:focus-visible,
input[type="file"]:focus-visible {
  outline-style: solid;
  outline-width: 2px;
}

textarea {
  color: var(--color-black);
  line-height: 100%;
  padding: 15px;
  background-color: #f6f6f6;
  border: 1px solid #e2e7e5;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  max-height: 120px;
  display: block;
}
select,
input:is([type="text"], [type="tel"], [type="email"]) {
  color: var(--color-black);
  line-height: 100%;
  padding: 0 15px;
  height: 50px;
  background-color: #f6f6f6;
  border: 1px solid #e2e7e5;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--color-accent);
  &:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.977' fill-rule='evenodd' clip-rule='evenodd' d='M7.75789 0C8.04731 0.295791 8.32942 0.603238 8.60421 0.922352C6.7289 3.03868 4.84821 5.14785 2.9621 7.24988C2.74148 7.37431 2.52401 7.36769 2.30974 7.23005C1.53982 6.36389 0.769913 5.49775 0 4.63159C0.273534 4.32055 0.549763 4.0131 0.828684 3.70924C1.43967 4.38669 2.04796 5.0677 2.65355 5.7523C4.35854 3.83748 6.05999 1.92006 7.75789 0Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: var(--color-accent);
    border-color: var(--color-accent);
  }
}
::placeholder {
  color: var(--color-base);
  opacity: 0.45;
}
textarea:focus,
select:focus,
input:focus {
  border: 1px solid var(--color-accent);
  outline: 0;
}
label {
  cursor: pointer;
}
label,
legend,
fieldset {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}
.container {
  position: relative;
  max-width: 1920px;
  width: 100%;
  padding-inline: 20px;
  margin: 0 auto;
  @media (min-width: 1200px) {
    padding-inline: 40px;
  }
  &.nopd {
    padding: 0;
  }
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link),
.single_add_to_cart_button,
.sticky-cart__button,
.btn {
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-block: 10px;
  padding-inline: 20px;
  background: var(--color-black);
  color: var(--color-white);
  text-transform: uppercase;
  transition: all 275ms ease-out;
  @media (hover: hover) {
    &:hover {
      background: var(--color-yellow-hover);
    }
  }
  &:active {
    background: var(--color-yellow-hover);
  }
}
svg {
  display: block;
}
.btn--with-icon {
  padding-inline: 20px 10px;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link),
.single_add_to_cart_button,
.sticky-cart__button,
.btn--yellow {
  background: var(--color-yellow);
  color: var(--color-black);
  @media (hover: hover) {
    &:hover {
      background: var(--color-yellow-hover);
      color: var(--color-black);
    }
  }
  &:active {
    background: var(--color-yellow-hover);
    color: var(--color-black);
  }
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--color-black);
  text-transform: uppercase;
  text-align: left;
}
.wc-block-components-product-details__name,
.wc-block-components-product-details__value,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__prices
  .price
  > *,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__prices
  .price
  > * {
  font-size: 16px;
  line-height: 24px;
}
.wc-block-components-formatted-money-amount {
  font-size: 18px;
}
.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
  display: inline-block;
}
.wc-block-components-product-details__ {
  display: flex;
  gap: 4px;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap {
  gap: 8px;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button {
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 100%;
  opacity: 1;
}
.wc-block-cart-items__row {
  border-top: 1px solid var(--color-gray-dark);
}
.wc-block-cart__main .wc-block-cart-items td {
  padding: 24px 0;
  border: 0;
}
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__product {
  padding: 24px;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image
  img,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image
  img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
@media (max-width: 699px) {
  .wc-block-cart
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__product {
    padding-right: 16px;
  }
}
