/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Google Fonts - Roboto */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  color: rgba(25, 25, 25, 0.75);
  background-color: rgb(236, 228, 225);
}

img{ width: 100%;}


h1,
h2,
h3,
h4,
h5,
h6,
.btn,
input,
textarea,
select {
  font-family: "Roboto", sans-serif;
}
.breadcrumb__wrapper {
  opacity: 0;
}

.page-product .product__name {
  font-size: 46px;
  font-weight: 900;
}

.product-flags {
  display: none;
}

.product__left {
  margin-top: 0;
}

.custom-checkbox input[type="checkbox"] + span.color,
.variant-links .color,
label .color {
  border-radius: 100%;
}

.form-label {
  font-size: 14px;
  font-weight: 400;
}

.form-check-input:checked[type="radio"] {
  display: none;
}

.form-check {
  padding-left: 0;
}
.form-check-label.radio-label {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
.page-product .product__variants {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.page-product .product__variants .form-label {
  display: none;
}

.page-product .product__variants .variant:first-child {
  flex-basis: 100%;
  margin-bottom: 0;
}

.page-product .product__variants .variant:first-child .form-label {
  display: initial;
}

.page-product .product__variants .variant .radio-variants {
  margin-top: 0.5rem;
}

.custom-checkbox input[type="checkbox"] + span.color,
.variant-links .color,
label .color {
  width: 2rem;
  height: 2rem;
}
.product-actions__quantity {
  display: none;
}

.btn {
  --bs-btn-border-radius: 20px;
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 10px;
}

:root {
  --bs-heading-color: rgb(25, 25, 25);
  --bs-border-radius: 18px;
  --bs-primary: rgb(226, 48, 3);
  --bs-link-color-rgb: rgb(226, 48, 3);
  --bs-link-hover-color-rgb: rgb(226, 48, 3);
}

.accessory-item.accessory-item {
  border-radius: var(--bs-border-radius);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(226, 48, 3);
  --bs-btn-border-color: rgb(226, 48, 3);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(226, 48, 3);
  --bs-btn-hover-border-color: rgb(226, 48, 3);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(226, 48, 3);
  --bs-btn-active-border-color: rgb(226, 48, 3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(226, 48, 3);
  --bs-btn-disabled-border-color: rgb(226, 48, 3);
}

.btn-outline-primary {
  --bs-btn-color: rgb(226, 48, 3);
  --bs-btn-border-color: rgb(226, 48, 3);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(226, 48, 3);
  --bs-btn-hover-border-color: rgb(226, 48, 3);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(226, 48, 3);
  --bs-btn-active-border-color: rgb(226, 48, 3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(226, 48, 3);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(226, 48, 3);
  --bs-gradient: none;
}

.thumbnails__container {
  margin-top: -8em;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

@media (max-width: 990px) {
  .thumbnails__container {
    margin-top: -4em;
  }
}

.header-top {
  padding: 10px;
}

.product + .row,
.product-comments-wrapper,
.product__images__modal-opener,
.header-bottom,
.product__tax-info,
#_desktop_search {
  display: none !important;
}

.product-availability {
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  width: 100%;
}

.product-availability .alert {
  margin: 0;
  border-radius: 0;
}

/*


 Custom HTML


*/

.accent {
  color: rgb(226, 48, 3);
}

.center {
  text-align: center;
}

.home-hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.home-hero .h1 {
  position: relative;
  z-index: 2;
}

.h1 {
  font-size: 60px;
  letter-spacing: -1.5px;
  line-height: 60px;
  font-weight: 700;
}

.h2 {
  font-size: 36px;
  letter-spacing: -0.9px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 18px;
}

.h3 {
  font-size: 20px;
  letter-spacing: -0.9px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

p {
  line-height: 24px;
}

p.lead {
  font-size: 20px;
  color: rgb(102, 102, 102);
  font-weight: 400;
}

.title-container {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.px-card {
  background: rgb(239, 238, 236);
  border: 1px solid rgb(220, 218, 214);
  border-radius: var(--bs-border-radius);
  padding: 24px;
  height: 100%;
}

.px-card__icon {
  display: inline-block;
  background: rgba(226, 48, 3, 0.1);
  border-radius: var(--bs-border-radius);
  margin-bottom: 24px;
  padding: 12px;
}

.px-card svg {
  stroke: rgb(226, 48, 3);
}
.video-container {
  position: relative;
  width: 100%;
  height: 75vh; /* o la altura que necesites */
  overflow: hidden;
}

.gradient-block {
  padding: 80px 0;
  background: #581c87;
  background: linear-gradient(180deg, rgba(88, 28, 135, 1) 0%, rgb(26 31 44) 100%);
}

.gradient-block,
.gradient-block .h2,
.gradient-block .h3,
.gradient-block p {
  color: #fff;
}

.gradient-block li .h2,
.gradient-block li .h3 {
  line-height: auto;
  margin: 0;
}

.gradient-block .px-card {
  background: transparent;
}

.gradient-block--2 {
  padding: 80px 0;
  background: #581c87;
  background: linear-gradient(180deg, rgb(26 31 44) 0%, rgb(26 31 44) 70%, rgb(236, 228, 225) 100%);
}

.icon-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}

.icon-list p {
  padding-left: 64px;
  flex-basis: 100%;
}

.icon-list__icon {
  display: inline-block;
  background: rgba(226, 48, 3, 0.1);
  border-radius: var(--bs-border-radius);
  margin-right: 12px;
  padding: 12px;
}
svg {
  stroke: rgb(226, 48, 3);
}

.btn svg {
  stroke: #fff;
}
