<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Styles */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.merchandise-heading h1 {
    font-size: 3rem;
}

.non-carousel-inner-merchandise{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.thumbnail-image.highlight {
    border: 2px solid #EE7126;
}

.category-header {
    font-weight: 700;
    color: #000;
}

.category-name-div a {
    /* color: rgb(29, 29, 29); */
    color: #6c757d;
    text-align: left;
}

/* Menu Styles */
.merchandise-menu {
    flex: 1 1 50px;
    max-width: 300px;
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu-name-container {
    margin-bottom: 1rem;
}

.category {
    padding: 0.5rem;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.modal-dialog {
    max-width: 100%;
    padding: 20px 60px;
}

.bg-orange {
    /* background-color: #F8631A; */
}

.category.active {
    background-color: #fff;
    color: #000;
}

.category:hover {
    background-color: #ccc;
    color: white;
}

.category-items.active {
    width: 100%;
    height: 100%;
    display: block;
}

/* Merchandise Items */
.category-items {
    flex: 3 1 700px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/* .all-items-div {
    display: inline-flex;
} */

/* .item-div {
    padding: 10px;
    margin: 10px;
    flex: 1 1 calc(33.333% - 1rem);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
} */

/* 
.item-div {
    cursor: pointer; flex: 1 1 0; height: 334px; border-radius: 16px; overflow: hidden; justify-content: flex-start; align-items: flex-start; gap: 24px; display: flex;
} */

/* .item-img {
    flex: 1 1 0; height: 334px; width: 334px; border-radius: 16px;
} */
/* .item-div:hover {
    transform: scale(1.05);
} */

/* .all-items-div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
} */
/* 
.item-div {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    transition: transform 0.2s;
}

.item-div:hover {
    transform: scale(1.05);
} */

.item-img {
    /* width: 100%; */
    /* height: 200px; */
    /* object-fit: cover; */
    /* cursor: pointer; */
}

.accordion-button {
    font-size: 1.7rem;
}

/* .merchandise-item {
    padding: 0.5rem;
} */

.merchandise-item{
    width:100%; padding-top: 16px; padding-bottom: 24px; padding-left: 16px; padding-right: 16px;   
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 100%); 
    flex-direction: column; justify-content: flex-start; align-items: flex-start; display: inline-flex
}

.merchandise-item-name {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
}

.merchandise-item-price {
    color: #000;
    font-size: 1.5rem;
}

/* Modal Styles */
.modal-content {
    padding: 1rem;
}

.modal-title {
    font-size: 1.5rem;
}

.modal-body {
    text-align: left;
}

/* Cart and Back to Event Button */
.cart {
    font-size: 1.5rem;
    color: #F37126;
    text-decoration: none;
}

.btn-orange {
    color: #F37126;
    display: inline-block;
    padding: 0.5rem 1rem;
    /* background-color: #F37126; */
    /* color: white; */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.proceed-to-payment{
    /*margin-top: 10px;*/
}

.proceed-to-register{
    margin-top: 10px; 
}


.review-order{
    margin-top: 10px; 
}

.item-detail-container {
    width: 100%;
    height: 100%;
    padding: 40px;
    background: white;
    border-radius: 24px;
    display: flex;
    gap: 40px;
}

.btn-orange:hover {
    background-color: #e64a19;
}

.image-section {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.main-image {
    width: 500px;
    height: 500px;
    border-radius: 16px;
}

.thumbnail-images {
    width: 452px;
    height: 137px;
    position: relative;
}

.thumbnail-image {
    width: 137px;
    height: 137px;
    /* position: absolute; */
    border-radius: 8px;
    padding: 10px;
}

.thumbnail-image:nth-child(1) {
    left: 0;
}

.thumbnail-image:nth-child(2) {
    left: 157px;
}

.thumbnail-image:nth-child(3) {
    left: 315px;
}

.description-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
    align-items: flex-start;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-title {
    color: #1D1D1D;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.product-price {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.product-description {
    color: #6E7F8A;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.color-selection {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.color-selection-title {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.color-options {
    display: flex;
    gap: 8px;
}

.color-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 10px;
}

.color-option.active {
    border: 1px solid #F8631A;
    padding: 8px;
}

/* .color-option.not-available{
    border-color: #a1a1a1;
    border-style: dashed;
    font-weight: 300;
} */

.color-option.not-available {
    border-color: #a1a1a1;
    border-style: dashed;
    font-weight: 300;
    background: #eee;
    position: relative;
    opacity: 0.6; /* slightly faded look */
}

.color-option.not-available::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 2px;
    background: red;
    transform: rotate(-10deg);
}


.color-swatch {
    width: 24px;
    height: 24px;
    border-radius: 9999px;
}

.color-swatch.black {
    background: #343436;
}

.color-swatch.red {
    background: #F71941;
}

.color-swatch.white {
    background: white;
    border: 1px #E5E5E5 solid;
}

.color-label {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.color-option.not-available .color-label {
    color: #a1a1a1; 
}

.size-selection {
    align-self: stretch; height: 104px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; display: flex
}

.size-selection-title {
    align-self: stretch; justify-content: space-between; align-items: flex-start; display: inline-flex
}

.size-guide {
    text-decoration: underline;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
}

.select-size{
    color: #1D1D1D; font-size: 16px;  font-weight: 600; line-height: 24px; word-wrap: break-word
}

.size-options {
    display: flex;
    gap: 8px;
}

.size-option {
    width: 100%;
    height: 64px;
    border-radius: 8px;
    border: 1px #BFCBD4 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.size-option.active {
    border: 1px solid #F8631A;
    padding: 8px;
}

/* .size-option.not-available{
    border-color: #a1a1a1;
    border-style: dashed;
    font-weight: 300;
} */

.size-option.not-available {
    border-color: #a1a1a1;
    border-style: dashed;
    font-weight: 300;
    background: #eee;
    position: relative;
    opacity: 0.6; /* slightly faded look */
}

.size-option.not-available::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 2px;
    background: red;
    transform: rotate(-10deg);
}


.size-option.not-available .color-label {
    color: #a1a1a1; 
}

.size-option {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.quantity-selection {
    display: flex;
    gap: 16px;
    align-items: center;
}

.quantity-title {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.quantity-control {
    display: flex;
    align-items: center;
}

.minus, .plus {
    width: 32px;
    /* height: 32px; */
    background-color: #EE7126;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.qty-box input {
    width: 60px;
    text-align: center;
}

.add-to-cart {
    padding-right: 24px; padding-top: 16px; padding-bottom: 16px;  border-radius: 8px; justify-content: center; align-items: center; gap: 16px; display: inline-flex
}

.btn-add-to-cart {
    color: #EE7126; font-size: 16px;  font-weight: 600; line-height: 24px; word-wrap: break-word;
}

.btn-buy-now {
    background-color: #EE7126; color: white; font-size: 16px;  font-weight: 600; line-height: 24px; word-wrap: break-word;
}

.stock{
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

.stock-info{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.cart{
    border: 1px solid #EE7126;
    border-radius: 34px;
    padding: 10px;
}

.merchandise-heading{
    margin-top: 110px;
    margin-bottom: 0px;
}

.merchandise-heading a{
    color: #7e7978 !important;
}

.merchandise-heading span{
    font-size: 2.2rem;
}

.position-relative {
    margin: 20px;
    padding: 0;
    width: 46px;
    /* height: -6px; */
    position: relative;
}

.count {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #CCC;
    border-radius: 20px;
    background-color: #CCC;
    color: #FFF;
    padding: 2px 5px;
    font-size: 1.5rem;
    transform: translate(50%, -50%);
    min-width: 18px; /* Optional: to ensure a consistent size */
    text-align: center;
}

.disabled{
    pointer-events: none;
    opacity: 0.5;
}

.non-carousel-inner-merchandise .item.non-carousel-item{
    width: 100% !important;
}

.accordion-button:not(.collapsed)
{
    color: white;
    background: #ee7125;
}

.order-summary-box {
    width: 100%;
    padding: 24px;
    background: white;
    border-radius: 16px;
    border: 1px #BFCBD4 solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: inline-flex;
}

.cart-wrapper {
    padding: 10px;
}

  
.add-merchandise-div {
    /* margin-top: 100px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
}

.text-summary {
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

.line {
    align-self: stretch;
    height: 1px;
    background: #BFCBD4;
}

.order-summary-grid {
    justify-content: space-around;
    padding: 10px;
}

.cart-wrapper .table tr td {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.order-summary-grid .table&gt;:not(caption)&gt;*&gt;* {
    border: 0;
}

.bubble-data-collection.summary-hint-show {
    z-index: 111;
    width: auto;
    max-width: 330px;
    position: absolute;
    margin-top: 25px !important;
    height: 75px;
    font-size: 12px;
}

.bubble-data-collection {
    width: 100%;
    height: 80%;
    box-shadow: -1px 1px 5px 0px #DCD4D1;
    margin-top: 1.5rem;
}
.bubble, .bubble-down {
    width: 400px;
    height: 100px;
    border: 2px solid #dcd4d1;
    position: relative;
    background-color: #FFF;
    padding: 1rem;
    color: #212529;
    margin-bottom: 2rem;
    box-shadow: -2px -3px 5px 0px #dcd4d1;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {

    .large-image {
        margin: 0 auto;
    }

    .main-image {
        width: 355px;
        height: 320px;
        border-radius: 16px;
    }

    .non-carousel-inner-merchandise .item.non-carousel-item{
        width: 100% !important;
        
      }

    .item.non-carousel-item {
        display: block;
    }
    .add-merchandise-div {
        display: inline;
    }
    .all-items-div {
        display: block;
    }
    .merchandise-menu {
        max-width: 100%;
        order: 2;
    }

    .category-items {
        flex: 1 1 100%;
        order: 1;
    }

    .item-div {
        margin: 10px;
        flex: 1 1 calc(50% - 1rem);
    }

    .item-img {
        height: 150px;
    }
}

@media screen and (max-width: 480px) {
    .item-div {
        flex: 1 1 100%;
    }

    .item-img {
        height: 100px;
    }

    .merchandise-item-name {
        font-size: 0.9rem;
    }

    .merchandise-item-price {
        font-size: 1rem;
    }
}

@media (max-width: 1200px) {
    .all-items-div {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .all-items-div {
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-dialog {
        max-width: 100%;
        padding: 20px 15px;
    }

    .item-detail-container {
        padding: 2px;
    }

}

@media (max-width: 480px) {
    .all-items-div {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 768px) {
    .right-side {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) {
    .order-summary-box {
        margin: 30px;
    }
}

.table-scrolling {
    flex-wrap: nowrap;
    overflow-x: auto;
    background-position: center top 40px;
    background-repeat: no-repeat;
    background-size: calc(100% - 11px* 2) calc(100% - 41px);
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 0;
    transform: perspective(1px);
  }


@media only screen and (min-width: 768px) {
    .cart-wrapper {
        margin: 0 auto;
        width: 100%;
        display: flex;
    }
}


  .all-items-div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 16px;
    padding: 16px;
  }

  .item-div {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  .item-div:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .item-img {
    padding: 30px;
    width: 100%;
    height: 300px;
    cursor: pointer;
  }

  @media (max-width: 600px) {
    .all-items-div {
      grid-template-columns: 1fr;
    }
  }


  #modal-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 20;
  }
  
  /* #modal-info-box {
    position: fixed;
    background-color: white;
    border: 5px solid #EE7126;
    border-radius: 10px;
    padding: 15px;
    display: none;
    z-index: 1301;
    width: 350px;
    left: calc(50% - 150px);
    height: auto;
    top: calc(50% - 75px);
  } */

  #modal-info-box {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8); /* Black background with transparency */
    color: white !important; /* White text */
    border: 2px solid white; /* White border */
    border-radius: 10px;
    padding: 15px;
    display: none;
    z-index: 1301;
    width: 350px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 200px;
    top: 50%;
    text-align: center; /* Center align text */
}

  
  .eventcamp-modal button.close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 7px;
  }
  
  .overlayOffCanvas {
    display: none;
    position: fixed;
    z-index: 1028;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: transparent;
  }
  
  .overlayOffCanvas-on {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  #modal-info-box h1 {
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
    font-size: 25px;
    /* color: #000; */
  }
  
  #modal-info-box p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 20px;
    /* color: #000; */
  }

   header {
    position: fixed;
    top: -9rem;
    width: 100%;
    transition: top 0.3s ease;
    z-index: 1000;
  }
  
  header.show-header {
    top: 0;
  }
  
  #hover-zone {
    position: fixed;
    top: 0;
    height: 30px;
    width: 100%;
    z-index: 999;
    pointer-events: auto;
  }
  

#productCarousel .carousel-item {
    padding: 10px 0;
}

div#productCarousel {
    width: 100%;
}

#productCarousel {
    /* background-color: #000;  */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 100%); 
    padding: 15px;
    border-radius: 10px;
}

#productCarousel .carousel-item {
    padding: 10px 0;
}

#productCarousel img {
    transition: transform 0.3s;
}


#productCarousel img:hover {
    transform: scale(1.05);
    border-color: #fff;
    border: 2px solid #EE7126;
}

#productCarousel .carousel-control-prev-icon,
#productCarousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
}

.carousel-control-next {
    right: -15px;
}

.carousel-control-prev {
    left:-15px;
}</pre></body></html>