@media only screen and (max-width: 767px) {
  .product-image-gallery {
    position: static !important;
    top: auto !important;
  }
  .icon-img {
    width: 50px !important;
    height: 50px !important;
  }
  .product-accessories .accessory-icon {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    flex: 0 0 50px !important;
    position: relative;
  }
  .single-product .product-accessories .accessory-label {
    width: 100% !important;
    display: flex !important;
    align-items: center;
  }
  .single-product .product-accessories .accessory-title {
    width: auto !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .single-product .product-accessories .accessory-title a {
    display: block;
    overflow-wrap: anywhere;
  }
  .single-product .product-accessories .accessory-item {
    margin-bottom: 20px !important;
  }
  .single-product .product-accessories .accessory-label {
    min-height: 80px;
    gap: 12px;
  }
  .accessory-label {
    height: 60px !important;
  }
  .accessory-icon {
    width: 10% !important;
  }
  .accessory-title {
    width: 60%;
  }
  .accessory-title a {
    padding-right: 0 !important;
  }
  /* Keep combo block layout same as desktop on mobile */
  .single-product .product-accessories .combo-accessory-item .accessory-label {
    display: grid !important;
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "discount price button"
      "title    price button";
    column-gap: 14px;
    row-gap: 2px;
    align-items: center;
    height: auto !important;
    min-height: 0 !important;
  }
  .single-product .product-accessories .combo-accessory-item .accessory-title {
    width: auto !important;
    flex: initial !important;
    min-width: 0 !important;
  }
}

.pdf-button {
  border: none;
  background-color: #022b65;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
  padding: 10px 30px;
  border-radius: 37px;
  font-family: "Hanken Grotesk";
}
.pdf-container {
  justify-content: flex-end;
  margin-bottom: 40px;
}
.vali-omadused-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #08244c;
  margin-bottom: 0;
}
.woocommerce table.shop_attributes {
  margin-bottom: 0px;
}
.variation-value-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.variation-value-wrap .reset_variations {
  margin-left: auto;
}
.reset_variations {
  background-color: #08244c !important;
  border: none !important;
  color: #fff !important;
  font-family: "Hanken Grotesk" !important;
  border-radius: 29px;
  padding: 4px 15px 4px 15px;
  font-size: 15px;
}
.product-optional-accessories h3 {
  font-family: "Hanken Grotesk" !important;
  color: #08244c !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 50px;
  padding-left: 0;
}
.woocommerce-variation {
  position: absolute;
  bottom: -20px;
  width: 56%;
}
.toggle-accessories {
  text-align: right;
}
.toggle-accessories a {
  color: #08244c;
  font-family: "Hanken Grotesk";
}
#toggle-more-accessories img {
  width: 15px;
  margin-left: 7px;
}
.accessory-item input[type="checkbox"] {
  background-color: transparent !important;
  border: 1px solid #08244c !important;
  border-radius: 50px;
}
.accessory-item input[type="checkbox"]:checked {
  background-color: #08244c !important;
  border: 5px solid #fff !important;
  border-radius: 23px !important;
  box-shadow: 0 0 0 1px #08244c !important;
}

.combo-accessory-item input[type="checkbox"] {
  background-color: #fff !important;
  border: 1px solid #08244c !important;
  border-radius: 50px;
}

.combo-accessory-item input[type="checkbox"]:checked {
  background-color: #08244c !important;
  border: 5px solid #fff !important;
  border-radius: 23px !important;
  box-shadow: 0 0 0 1px #08244c !important;
}

.accessory-title a {
  color: #022b65;
  font-family: "Hanken Grotesk";
  font-size: 16px;
  font-weight: 400;
  margin-left: 11px;
  display: block;
  padding-right: 20px;
}
.icon-img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 5px;
  border: 1px solid #ccc8b4;
}
.product-accessories .accessory-icon {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
  flex: 0 0 80px !important;
  position: relative;
}
.accessory-image {
  display: block;
  position: relative;
  order: -1;
  flex: 0 0 auto;
}

.accessory-item:hover .accessory-image {
  display: block;
}

.accessory-image img {
  width: 80px !important;
  height: 80px !important;
  margin-top: 0;
  object-fit: cover !important;
  border-radius: 5px;
  border: 1px solid #ccc8b4;
}

.accessory-item,
.combo-accessory-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accessory-item {
  margin-bottom: 12px;
}

.accessory-checkbox {
  margin: 0;
  padding: 0;
}
.product-accessories .accessory-checkbox {
  display: none !important;
}

.accessory-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  gap: 16px;
}

.accessory-image img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
  border-radius: 5px;
  border: 1px solid #ccc8b4;
}

.accessory-title {
  font-weight: bold;
  margin-left: 0;
  flex-grow: 1;
}
.product-accessories .accessory-checkbox:checked + .accessory-label .icon-img,
.product-accessories .accessory-checkbox:checked + .accessory-label .accessory-image img {
  border: 2px solid #e38f11 !important;
}
.product-accessories .accessory-checkbox:checked + .accessory-label .accessory-icon::after {
  content: "\2713";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e38f11;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}
.product-accessories .accessory-checkbox:checked + .accessory-label .accessory-image::after {
  content: "\2713";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e38f11;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}
/* If row already has left icon block, hide duplicate accessory image */
.product-accessories .accessory-label .accessory-icon ~ .accessory-image {
  display: none !important;
}

.accessory-price {
  color: #08244c;
  font-size: 16px;
  font-weight: 700;
}
.accessory-item .accessory-price::before {
  content: "+";
  margin-right: 2px;
}
.product-accessories.is-catalog-mode .accessory-price,
.product-accessories.is-catalog-mode .accessory-item .accessory-price::before {
  display: none !important;
  content: none !important;
}
.accessory-toggle-btn {
  border: 1px solid #022b65;
  background-color: #022b65;
  color: #fff;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  height: 32px;
  gap: 8px;
  border-radius: 29px;
  padding: 4px 15px;
  margin-left: 14px;
  cursor: pointer;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.accessory-toggle-btn:hover {
  background-color: #e38f11;
  color: #022b65;
  border-color: #e38f11;
}
.accessory-toggle-btn:focus,
.accessory-toggle-btn:active,
.accessory-toggle-btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.accessory-toggle-btn.is-selected {
  background-color: transparent;
  color: #022b65;
}
.combo-accessory-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  background-color: #022b65;
  padding: 12px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.accessory-item {
  padding: 0 12px 0 0;
  border-top: none;
}
.combo-accessory-item .accessory-price {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: auto;
  margin-left: auto;
}
.combo-accessory-item .accessory-title a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-top: 0;
  margin-left: 0;
}
.combo-accessory-item .accessory-label {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-areas:
    "discount price button"
    "title    price button";
  column-gap: 14px;
  row-gap: 2px;
  align-items: center;
}
.combo-accessory-item .combo-discount-text {
  color: #e38f11;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0;
  margin-top: 0;
  grid-area: discount;
  position: relative;
  padding-left: 0;
}
.combo-accessory-item .combo-discount-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
}
.combo-accessory-item .combo-discount-text::after {
  content: "\2713";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: #022b65;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
}
.combo-accessory-item .accessory-checkbox:checked + .accessory-label .combo-discount-text {
  padding-left: 26px;
}
.combo-accessory-item .accessory-checkbox:checked + .accessory-label .combo-discount-text::before,
.combo-accessory-item .accessory-checkbox:checked + .accessory-label .combo-discount-text::after {
  opacity: 1;
}
.combo-accessory-item .accessory-title {
  flex: 1 1 auto;
  min-width: 0;
  grid-area: title;
}
.combo-accessory-item .accessory-price {
  grid-area: price;
}
.combo-accessory-item .combo-toggle-btn {
  grid-area: button;
}
.combo-accessory-item .accessory-toggle-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.combo-accessory-item .accessory-toggle-btn.is-selected {
  background-color: #fff;
  color: #022b65;
}
@media only screen and (max-width: 600px) {
  .combo-accessory-item {
    padding: 20px 12px !important;
  }
}
.upsell-products.category-213-products.is-scrollable {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}
.woocommerce table.shop_attributes th {
  padding: 0px !important;
}
.product-details-column {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.add-to-cart {
  margin-top: auto;
}

.erilahendused {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  color: #022b65;
  font-size: 32px;
  font-weight: 700;
}
.woocommerce table.shop_attributes tr:nth-child(2n) th {
  background: none;
}
.woocommerce table.shop_attributes th {
  border-bottom: none;
}
.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
  background: none;
}
.woocommerce table.shop_attributes {
  border-top: none;
}
.woocommerce table.shop_attributes td {
  border-bottom: none;
}
.single-product .woocommerce table.shop_attributes,
.single-product .woocommerce table.shop_attributes th,
.single-product .woocommerce table.shop_attributes td,
.single-product .woocommerce table.shop_attributes tr,
.single-product .woocommerce table.shop_attributes tr:nth-child(2n) td,
.single-product .woocommerce table.shop_attributes tr:nth-child(2n) th {
  background: transparent !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.single-product table.woocommerce-product-attributes.shop_attributes,
.single-product table.woocommerce-product-attributes.shop_attributes tbody,
.single-product table.woocommerce-product-attributes.shop_attributes tr,
.single-product table.woocommerce-product-attributes.shop_attributes th,
.single-product table.woocommerce-product-attributes.shop_attributes td {
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  box-shadow: none !important;
}
.single-product table.woocommerce-product-attributes.shop_attributes {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

/* Keep variation labels/values aligned to top */
.single-product table.variations th.label,
.single-product table.variations td.value,
.single-product table.variations tr {
  vertical-align: top !important;
}
.single-product form.cart {
  width: 100% !important;
}
/* Disable swatch hover enlarge effect */
.single-product .thwvsf-wrapper-item-li,
.single-product .thwvsf-wrapper-item-li:hover,
.single-product .thwvsf-wrapper-item-li:focus,
.single-product .thwvsf-item-span,
.single-product .thwvsf-item-span:hover,
.single-product .thwvsf-item-span.thwvsf-item-span-color:hover {
  transform: none !important;
  scale: 1 !important;
}
#add-to-cart-button {
  background-color: #022b65;
  border-radius: 0px;
  padding: 15px 20px;
  font-family: "Hanken Grotesk";
  font-weight: 400;
  font-size: 16px;
}
.quantity-selector {
  width: 62%;
  border: 1px solid;
  transform: skewX(-22deg);
  margin-right: 10px;
  height: 46px;
}
.single_add_to_cart_button {
  width: 60% !important;
  padding: 10px 15px;
  font-size: 1rem;
  background-color: #022b65 !important;
  color: #fff !important;
  border: none !important;
  transform: skewX(-22deg);
  opacity: 1 !important;
}
.single_add_to_cart_button.disabled,
.single_add_to_cart_button:disabled,
.single_add_to_cart_button[disabled] {
  background-color: #022b65 !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed;
}
.skew-text {
  display: inline-block;
  transform: skew(22deg);
}
.btn {
  font-family: "Hanken Grotesk", sans-serif !important;
  color: #022b65 !important;
  font-weight: 700;
}
.btn-outline-secondary {
  color: #022b65;
  background-color: transparent;
  background-image: none;
  border-color: transparent !important;
  transform: skewX(22deg);
}
.btn-outline-secondary:hover {
  color: #022b65;
  background-color: transparent !important;
  background-image: none;
  border-color: transparent !important;
  transform: skewX(22deg);
  cursor: pointer;
}
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  border-color: transparent !important;
  box-shadow: none;
  background-color: transparent;
  transform: skewX(22deg);
}
.quantity-input {
  border-bottom: none !important;
  transform: skewX(22deg);
}
.price {
  color: #022b65;
  font-weight: 700;
  font-size: 32px;
  font-family: "Hanken Grotesk";
}
.single_variation_wrap {
  display: flex;
  margin-top: 40px;
  float: right;
}

label {
  width: 100% !important;
}

.price-quantity-container {
  display: flex;
  gap: 20px;
}
.woocommerce-product-attributes-item__value p {
  margin-bottom: 0px;
  margin-top: 2px;
  margin-left: 10px;
}
.woocommerce-product-attributes-item {
  display: block;
}
.price-column {
  width: 70%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}

.quantity-button-column {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.quantity {
  width: 100%;
}
.quantity-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
}

.quantity-input {
  width: 60px;
  text-align: center;
  margin: 0 10px;
}

.quantity-selector .btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single_add_to_cart_button {
  width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
}
.catalog-quote-btn {
  width: 100% !important;
  max-width: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
  margin-left: auto;
  transform: skewX(-22deg);
  padding: 10px 15px !important;
  min-height: 46px;
}
.add-to-cart-actions-row .catalog-quote-btn .skew-text {
  white-space: nowrap;
}
.woocommerce-variation-add-to-cart.is-catalog-mode-actions .add-to-cart-actions-row {
  justify-content: flex-end !important;
}
.woocommerce-variation-add-to-cart.is-catalog-mode-actions .catalog-quote-btn {
  width: 100% !important;
}
#contact-section h3 {
  color: #022b65;
  font-size: 32px !important;
  font-weight: 700;
}
.contact-left img {
  height: auto;
  max-width: 100%;
}
.single-container {
  margin-top: 100px;
  display: flex;
}

.main-product-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.product-main-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #fffdf5 !important;
  padding-bottom: 53px;
  padding-top: 90px;
}

.product-gallery-thumbnails {
  display: flex;
  justify-content: left;
  gap: 6px;
  grid-template-rows: repeat(auto-fill, 97px);
}

.product-gallery-thumbnails .thumbnail-link {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 6px;
}

.product-gallery-thumbnails .thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image-gallery {
  flex: 1;
  text-align: center;
  gap: 10px;
  position: sticky;
  top: 150px;
  align-self: flex-start;
}

.main-product-image {
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.product-details-column {
  flex: 1;
  margin-left: 57px;
}
.product-description {
  background-color: #fffdf5 !important;
}
.product-section {
  padding: 0 0 20px 0;
  font-weight: 700;
  color: #022b65;
}

.product-section h2,
.product-section h3 {
  font-size: 42px !important;
  margin-bottom: 21px;
  font-weight: 700 !important;
}

.product-section div {
  font-size: 16px;
  line-height: 1.5;
}
.product-tabs-nav {
  display: flex;
  margin: 0 0 20px 0;
}
.product-tab-btn {
  flex: 1 1 50%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #ccc8b4;
  color: #08244c;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 12px;
  cursor: pointer;
  opacity: 1;
}
.product-tab-btn.active {
  border-bottom: 2px solid #022b65;
  font-weight: 700;
}
.product-tab-panel {
  display: none;
}
.product-tab-panel.active {
  display: block;
}
.product-tab-panel .product-section {
  padding-top: 0 !important;
}
.product-tab-panel {
  margin-top: 24px;
}
.product-section ul {
  padding-left: 20px;
}

.woocommerce-message {
  background-color: #e7f5e7;
  border-color: #4caf50;
  color: #4caf50;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 16px;
}
.product-title {
  font-size: 32px;
  color: #022b65;
  font-weight: 700;
  border-bottom: 1px solid #08244c;
  padding-bottom: 15px;
}
.woocommerce-product-details__short-description {
  color: #08244c;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #contact-section {
    padding-top: 0 !important;
  }
  .contact-right {
    margin-top: 30px;
  }
  .contact-form h3 {
    margin-top: 30px;
  }
  select {
    border-radius: 0px !important;
  }
  .product-image-gallery {
    display: grid;
  }
  .product-gallery-thumbnails {
    display: flex;
  }
  .single-container {
    margin-top: 0px;
  }
  .main-product-image img {
    width: 100%;
    height: auto;
  }
  .single-container {
    display: grid;
  }
  .main-product-image {
    margin-bottom: 0px;
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .product-details-column {
    flex: 1;
    margin-left: 0px;
  }
  .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-start !important;
  }
  .quantity-selector {
    width: 100%;
    left: 0px;
  }
  .single_add_to_cart_button {
    width: 85% !important;
    position: relative;
    right: 19px;
  }
  .quantity-selector .form-control {
    padding-left: 0px !important;
  }
  .product-gallery-thumbnails {
    margin-left: 0px;
    gap: 3px;
  }
  .product-gallery-thumbnails .thumbnail-link {
    width: 66px;
    height: 66px;
  }
  .product-title {
    font-size: 32px;
    color: #022b65;
    font-weight: 700;
    margin-top: 50px;
  }
  .product-section {
    padding: 0 0 20px 0 !important;
  }
  .product-main-content {
    padding-top: 110px;
  }
  #add-to-cart-button {
    width: 100% !important;
    margin-left: 20px;
  }
}
