/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.woocommerce-message {
  margin-bottom: 0;
}

.woocommerce-notices-wrapper {
  display: none !important;
}

/*Masthead*/
#masthead {
  position: relative;
  background: #2F2F2F;
}

/*Breadcrumb*/
#breadcrumb {
  background: #FFC60A;
  display: none;
}
#breadcrumb .icon-home {
  color: #1A1A1A;
}
#breadcrumb .separator {
  padding-left: 5px;
  padding-right: 5px;
}
#breadcrumb p {
  font: normal normal 600 16px/40px "Roobert", "sans-serif";
}
#breadcrumb a {
  color: #1A1A1A !important;
  font: normal normal 600 16px/40px "Roobert", "sans-serif";
}
@media screen and (min-width: 641px) {
  #breadcrumb {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  #breadcrumb {
    height: 56px;
    display: flex;
    align-items: center;
  }
}

/*Main Product*/
#main-product h1 {
  font-weight: 600;
}
#main-product input[type=checkbox] {
  width: 20px;
  height: 20px;
}
#main-product img {
  border-radius: 16px;
}
#main-product p.title {
  font-weight: 600;
}
#main-product .container-date,
#main-product .attribute-group,
#main-product .container-details {
  border-bottom: 1px solid #C1C1C1;
}
#main-product .container-date-input {
  gap: 15px;
}
#main-product .icon-calendar,
#main-product .icon-clock {
  color: #888888;
  font-size: 20px;
}
#main-product .icon-chevron-down {
  font-size: 10px;
}
#main-product .item-chevron {
  gap: 15px;
  cursor: pointer;
}
#main-product .container-icon {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #1A1A1A;
}
#main-product .common-button {
  max-height: 56px;
  padding-left: 24px;
  padding-right: 24px;
}
#main-product .form-check-label {
  font: normal normal normal 18px/36px "Roobert", "sans-serif";
}
#main-product .form-check {
  gap: 13px;
}
#main-product .total-price {
  font-weight: 600;
  margin-bottom: 0;
  font-size: clamp(1.125rem, 18px + (30 - 18) * (100vw - 320px) / 1600, 1.875rem) !important;
  line-height: clamp(2rem, 32px + (40 - 32) * (100vw - 320px) / 1600, 2.5rem) !important;
}
#main-product .container-date-inner,
#main-product .container-time-inner {
  height: 56px;
  border: 1px solid #1A1A1A;
  border-radius: 2px;
}
#main-product .container-date-inner p,
#main-product .container-time-inner p {
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}
#main-product .container-date-inner input,
#main-product .container-time-inner input {
  outline: 0;
  border: 0;
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: clamp(1.625rem, 26px + (34 - 26) * (100vw - 320px) / 1600, 2.125rem) !important;
}
#main-product .attribute-group {
  border-bottom: 1px solid #C1C1C1;
}
#main-product .form-check {
  padding-left: 0;
}
#main-product .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
#main-product .form-check-input:disabled {
  cursor: not-allowed;
}
#main-product .form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}
#main-product .form-check-input:disabled + .form-check-label {
  color: #C1C1C1;
  cursor: not-allowed;
}
#main-product .optional-price {
  font-weight: 500;
  white-space: nowrap;
  margin-left: 10px;
}
#main-product .total-price {
  font-weight: 700;
  color: #1A1A1A;
}
#main-product .item-chevron {
  cursor: pointer;
}
#main-product .item-chevron i {
  transition: transform 0.3s;
  margin-right: 0.5rem;
}
#main-product .item-chevron.active i {
  transform: rotate(-180deg);
}
#main-product form.cart {
  margin-bottom: 0;
}
#main-product button {
  background: white;
}
#main-product button:hover {
  background: #FFC60A;
}
#main-product .product-short-description {
  margin-top: 8px;
}
#main-product .product-short-description p {
  margin-bottom: 0;
}
#main-product .product-short-description li {
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: clamp(1.625rem, 26px + (34 - 26) * (100vw - 320px) / 1600, 2.125rem) !important;
}
@media screen and (min-width: 1025px) {
  #main-product .product-buy-now .common-button {
    max-height: 85px;
    padding-left: 43px;
    padding-right: 43px;
  }
}

/*Get*/
#get {
  background: #FFC60A;
  padding-top: 4em;
  padding-bottom: 4em;
  margin-top: 4em;
}
#get h1, #get h2, #get h3, #get h4, #get h5, #get h6 {
  font-weight: 600;
}
#get .common-button {
  width: fit-content;
}
#get .common-button:hover {
  background: #2F2F2F;
  color: #FFFFFF;
}
#get .main-paragraph {
  max-width: 945px;
}
#get .container-buttons {
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  #get {
    padding-top: 5em;
    padding-bottom: 5em;
    margin-top: 7em;
  }
  #get .main-paragraph {
    font-weight: 600;
  }
  #get .common-button {
    width: 100%;
  }
}