.composer-page {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    height:100%;
    background-size: cover;
    transition: all 1s ease-out;
}

.composer-left {
    flex-grow: 1;
}

.composer-clm {
    width:40%;
    padding:2% 3%;
    margin-right: 5%;
    margin-top:5%;
    border-radius:35px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-color: #FEFAEE;
    /*height:100%;*/
    overflow-y: scroll;
}

.composer-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: sticky;
    top: -3.7%;
    z-index: 9;
    background-color: #FEFAEE;
    padding-top:5%;
    padding-bottom: 2%;
}

.composer-head-btn {
    border:1px solid #F93B1D;
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight: 700;
    width:20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 5px;
    border-radius: 50px;
    color:#1E1E1E;
    transition: all 0.5s ease 0s;
}

.composer-head-btn.active {
    background-color: red;
    color: #fff !important;
}

.composer-head-btn a {
    text-decoration: none;
}

.active-link {
    color: #fff !important;
}

.hide {
    display: none;
}

.composer-body {
    padding:40px 0;
}

.composer-head-btn a {    
    font-size:12px;
    text-transform: uppercase;
    font-weight:700;
}

.composer-loop {
    display: flex;
    flex-direction: column;
    gap:30px;
    margin-block-end: 40px;
}

.composer-loop-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.composer-loop-h {
    margin:0;
    font-family: "Barrio", system-ui;
    color:#F93B1D;
    font-weight: 400;
    font-style: normal;
}

.composer-loop-p {
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight:700;
    margin:0;
}

.composer-loop-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    row-gap: 20px;
}

.product-variations-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-basis: 49%;
    position: relative;
    padding: 0;
    background-color: #fff;
    border-radius: 15px;
    padding-bottom: 25px;
}

.product-variations-container:hover {
    cursor: pointer;
}

.product-variations-container img {
    width:100%;
    border-radius: 13px;
}

.product-variations-info {
    position: absolute;
    top:5px;
    right:5px;
}

.product-variations-act {
    font-family: "Alte Haas Grotesk", sans-serif;
    margin:0;
    text-decoration: underline;
    font-weight: 700;
    font-size:14px;
    margin-top: auto;
}

.product-variations-h {
    margin:0;
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight:700;
    color:#F93B1D;
    text-transform: uppercase;
    font-size:14px;
    text-align: center;
    width:90%;
}

.product-variations-p {
    font-size: 12px;
    font-family: "Alte Haas Grotesk", sans-serif;
    width:90%;
}

.product-variations-p ul {
    padding-inline-start: 15px;
}

.product-variations-p li {
    padding: 0;
}

.product-variations-r-price {
    margin:0;
    font-family: "Alte Haas Grotesk", sans-serif;
    font-size:18px;
    color:#1E1E1E;
    font-weight:700;
}

.product-variations-s-price {
    margin:0;
    font-family: "Alte Haas Grotesk", sans-serif;
    font-size:16px;
    color:#F93B1D;
    font-weight:700;
    text-decoration: line-through;
}

.composer-modal {
    position: fixed;
    bottom: 0;
    right: 5%;
    width: 40%;
    background-color: #FEFAEE;
    border-radius: 35px 35px 0 0;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border: 1px solid #F93B1D;
    padding-bottom: 2%;
}

.composer-modal-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 15px;
    padding-block-end: 70px;
}

.composer-modal-h {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
}

.composer-modal-h2 {
    text-align: center;
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight:700;
    font-size:1rem;
    margin-bottom:10px;
    margin-top:0;
}

.composer-modal-title {
    text-align: center;
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight:700;
    font-size:1.2rem;
    margin-bottom:5px;
    color: #F93B1D;
}

.composer-modal-close {
    position: absolute;
    right: 5%;
    top: 1%;
    font-size: 28px;
}

.composer-modal-close:hover {
    cursor: pointer;
}

.composer-modal-h h2 {
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight:700;
}

.composer-modal-container {
    flex-basis: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
}

.composer-modal-container:hover {
    cursor: pointer;
}

.composer-modal-container:focus {
    border:1px solid #F93B1D;
    outline: none;
}

.composer-saves {
    position: absolute;
    top:-5px;
    left:50%;
    transform: translateX(-50%);
    font-size: 12px;
    background: #6DB993;
    padding: 2px 8px;
    border-radius: 50px;
    width: auto;
    color: #fff;
    text-align: center;
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight:700;
}

.composer-modal-cont-h {
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight:700;
    font-size: 18px;
    color: #F93B1D;
    margin-bottom:2px;
    text-align: center;
}

.composer-modal-cont-h2 {
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight:700;
    font-size: 16px;
    color: #F93B1D;
    margin-bottom:5px;
    text-align: center;
}

.composer-modal-price {
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight:700;
    font-size: 18px;
    color: #1E1E1E;
}

.composer-modal-img {
    width:90px;
}

.composer-modal-ing {
    position: fixed;
    bottom: 0;
    right: 5%;
    width: 40%;
    background-color: #FEFAEE;
    border-radius: 35px 35px 0 0;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border: 1px solid #F93B1D;
    padding-top:4%;
    z-index:99;
    height: 400px;
    overflow-y: scroll;
}

.composer-modal-wrapper-ing {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.composer-modal-close-ing {
    position: absolute;
    right: 5%;
    top: 1%;
    font-size: 28px;
}

.composer-modal-close-ing:hover {
    cursor: pointer;
}

.composer-modal-container-ing-head h2 {
    cursor: pointer;
    border-bottom: none; /* Default no border */
    font-size:16px;
    font-weight:700;
    font-family: "Alte Haas Grotesk", sans-serif;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
}

.composer-modal-container-ing-head h2.active {
    border-bottom: 2px solid #F93B1D; /* Add a bottom border to indicate active tab */
    color: #F93B1D;
}

.composer-modal-desc {
    position: fixed;
    bottom: 0;
    right: 5%;
    width: 40%;
    background-color: #FEFAEE;
    border-radius: 35px 35px 0 0;
    display: none; /* Ensure modal is hidden initially */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border: 1px solid #F93B1D;
    padding-top: 4%;
    z-index: 99;
    height: 400px;
    overflow-y: scroll;
}

.composer-modal-desc.show {
    display: block; /* Show the modal */
}

.composer-modal-desc .composer-modal-body-desc .composer-modal-p {
    display: block; /* Ensure p element is displayed */
    color: #000; /* Ensure text color is visible */
    font-size: 14px;
    padding: 0 5%;
}

.composer-modal-close-desc {
    position: absolute;
    right: 5%;
    top: 1%;
    font-size: 28px;
}

.composer-modal-close-desc:hover {
    cursor: pointer;
}

.composer-modal-p {
    display: none; /* Initially hide all content */
}

.composer-modal-body-ing {
    padding:0 8%;
}

.composer-modal-p {
    font-size:14px;
    font-family: "Alte Haas Grotesk", sans-serif;
}

.composer-addToCart {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #443E3E;
    padding: 12px 38px;
    color:#fff;
    border-radius: 10px;
    bottom: 20px;
    width: 35%;
    right: 8%;
    z-index: 99;
}

.composer-addToCart:hover {
    cursor: pointer;
}

.addToCart-cart {
    flex-basis: 20%;
}

.addToCart-title {
    flex-basis: 60%;
}

.addToCart-title h2 {
    display: flex;
    align-items: center;
    margin:0 15px;
    font-family: "Alte Haas Grotesk", sans-serif;
    font-weight:700;
    font-size: 18px;
    text-transform: uppercase;
}

.addToCart-price {
    flex-basis: 20%;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 10px;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


:root {
  --black: #000;
  --white: #fff;
  --gray: #ccc;
  --smoke: #e2e2e2;
  --disable: #f2f2f2;
}

.qty-input {
  color: var(--black);
  background: var(--white);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
}

.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}

.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: var(--black);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input .qty-count--minus {
  border-right: 1px solid var(--smoke);
}

.qty-input .qty-count--add {
  border-left: 1px solid var(--smoke);
}

.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
  color: var(--gray);
  background: var(--disable);
  cursor: not-allowed;
  border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
  background: var(--gray);
}

.free-shipping {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size:14px;
    background-color: #F93B1D;
    border-radius:50px;
    padding:5px 10px;
    color:#fff;
    font-family: "Alte Haas Grotesk", sans-serif;
}

@media only screen and (max-width: 850px) {
    .composer-page {
        flex-direction: column;
        height:100vh;
    }

    .composer-saves {
        font-size: 12px;
        width: 80%;
    }

    .composer-left {
        height:30vh;
    }

    .composer-clm {
      width:100%;
      margin:0;
      overflow-y: scroll;
    }

    .composer-addToCart {
        width:98%;
        right:1%;
        padding: 12px 20px;
    }

    .composer-modal  {
        width:100%;
        right:0;
        padding-bottom: 25px;
    }

    .composer-head {
        padding: 10px 0;
        top: -8px;
    }

    .composer-head-btn a {
        font-size: 10px;
        text-decoration: none;
    }

    .composer-loop-body {
        justify-content: space-between;
    }

    .product-variations-container {
        flex-basis: 48%;
    }

    .addToCart-title h2 {
        font-size:14px;
    }

    .addToCart-price {
        font-size:14px;
    }

    .composer-modal-h h2 {
        font-size: 20px;
    }

    .composer-modal-ing {
        right: 0;
        width: 100%;      
        padding-top:10%;  
    }

    .composer-modal-desc {
        right: 0;
        width: 100%;      
        padding-top:10%;  
    }

    .composer-modal-p {
        font-size: 14px;
    }

    .composer-modal-desc .composer-modal-body-desc .composer-modal-p {
        font-size: 14px;
    }
}  


  
  