.story-shop {
    margin: 20px 0;
}

.story-shop .swiper-slide {
  width: auto;
}
.story-shop .swiper {
    overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .story-shop .swiper {
    overflow: visible;
  }
}
.story-shop__r::before,.story-shop__r::after,
.story-shop__l::before,.story-shop__l::after{
    content: '';
    position: absolute;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
}
.story-shop__r::before,.story-shop__r::after {
    left: 100%;
}
.story-shop__l::before,.story-shop__l::after {
    right: 100%;
}
.story-shop__r::before,
.story-shop__l::before{
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxODYiIGZpbGw9Im5vbmUiPjxwYXRoIHN0cm9rZT0idXJsKCNhKSIgc3Ryb2tlLW9wYWNpdHk9Ii4xIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xIDB2NjIuM2MwIDQuOCAxLjc4IDkuNDIgNSAxMi45OSAzLjIyIDMuNTYgNSA4LjE5IDUgMTN2OC45MWEyMCAyMCAwIDAgMS00Ljg0IDEzLjA1bC0uMzIuMzhBMjAgMjAgMCAwIDAgMSAxMjMuNjdWMTg2Ii8+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJhIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMCA5MyAtOS40NTQxOSAwIDYgOTMpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0Q0MjQyRSIgc3R5bGU9InN0b3AtY29sb3I6I2Q0MjQyZTtzdG9wLWNvbG9yOmNvbG9yKGRpc3BsYXktcDMgLjgzMTQgLjE0MTIgLjE4MDQpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIuNTEiIHN0b3AtY29sb3I9IiNENDI0MkUiIHN0b3Atb3BhY2l0eT0iLjIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDQyNDJlO3N0b3AtY29sb3I6Y29sb3IoZGlzcGxheS1wMyAuODMxNCAuMTQxMiAuMTgwNCk7c3RvcC1vcGFjaXR5Oi4yMSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Q0MjQyRSIgc3RvcC1vcGFjaXR5PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjpub25lO3N0b3Atb3BhY2l0eTowIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PC9zdmc+");
    background-color: #D4242E;
    width: 12px;
    height: 186px;
    top: 0;
    transform: translate(25px, -52px);
}
.story-shop__l::before {
    transform: translate(-25px, -52px) scaleX(-1);
}
.story-shop__r::after,
.story-shop__l::after{
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIzMSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTS41IDMwLjM1YzAgLjM2LjI5LjY1LjY1LjY0QTE1LjUgMTUuNSAwIDAgMCAxLjE1IDAgLjYzLjYzIDAgMCAwIC41LjY1YzAgLjM2LjI5LjY0LjY1LjY2YTE0LjIgMTQuMiAwIDAgMSAwIDI4LjM4LjY3LjY3IDAgMCAwLS42NS42NiIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjMuNSIgeDI9IjE2IiB5MT0iMTUuNSIgeTI9IjE1LjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRTgwNjQ1IiBzdG9wLW9wYWNpdHk9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOm5vbmU7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFODA2NDUiIHN0b3Atb3BhY2l0eT0iLjkiIHN0eWxlPSJzdG9wLWNvbG9yOiNlODA2NDU7c3RvcC1jb2xvcjpjb2xvcihkaXNwbGF5LXAzIC45MDk4IC4wMjM1IC4yNzA2KTtzdG9wLW9wYWNpdHk6LjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
    background-color: #E80645;
    width: 16px;
    height: 31px;
    top: 26px;
    transform: translateX(12px);
}

.story-shop__l::after {
    transform: translateX(-12px) scaleX(-1);
}
.story-shop__item {
  width: 84px;
  gap: 27px;
}
.story-shop__item .image {
  background: #833AB4;
  background: linear-gradient(180deg, #F12711 0%, #F5AF19 100%);
  padding: 3px;
  width: 75px;
  height: 75px;
}
.story-shop__item .image::before,
.story-shop__item .image::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	mask-position: 0 0;
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	background-color: #D4242E;
}
.story-shop__item .image::before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTIyLjUuNTNjLjI2IDAgLjQ3LjIuNDYuNDZhMTEuMyAxMS4zIDAgMCAxLTMuMjggNy41QTExLjE4IDExLjE4IDAgMCAxIC41Ni45OWEuNDUuNDUgMCAwIDEgLjQ2LS40NmMuMjUgMCAuNDYuMi40Ny40Ni4xMiAyLjU3IDEuMTkgNSAzIDYuODNBMTAuMjUgMTAuMjUgMCAwIDAgMjIuMDIgMWEuNS41IDAgMCAxIC40OC0uNDYiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxMS43NiIgeDI9IjExLjc2IiB5MT0iMi43MSIgeTI9IjExLjc5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0Q0MjQyRSIgc3RvcC1vcGFjaXR5PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjpub25lO3N0b3Atb3BhY2l0eTowIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRDQyNDJFIiBzdHlsZT0ic3RvcC1jb2xvcjojZDQyNDJlO3N0b3AtY29sb3I6Y29sb3IoZGlzcGxheS1wMyAuODMxNCAuMTQxMiAuMTgwNCk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
	width: 23px;
	height: 12px;
	transform: translate(-50%, 3px);
}
.story-shop__item .image::after {
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzUiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiPjxwYXRoIHN0cm9rZT0idXJsKCNhKSIgc3Ryb2tlLW9wYWNpdHk9Ii4xIiBkPSJNLjEzIDEuNDNoNDUuMDRhMTQgMTQgMCAwIDEgOS40MSAzLjYzQTE0IDE0IDAgMCAwIDY0IDguNjloNi4yNmMzLjU4IDAgNy4wNS0xLjI5IDkuNzYtMy42M2ExNSAxNSAwIDAgMSA5Ljc2LTMuNjNoNDQuODkiLz48ZGVmcz48cmFkaWFsR3JhZGllbnQgaWQ9ImEiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2Ny4yNjM1IDAgMCA2Ljg2ODQ4IDY3LjQgNS4wNikiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRDQyNDJFIiBzdHlsZT0ic3RvcC1jb2xvcjojZDQyNDJlO3N0b3AtY29sb3I6Y29sb3IoZGlzcGxheS1wMyAuODMxNCAuMTQxMiAuMTgwNCk7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9Ii41MSIgc3RvcC1jb2xvcj0iI0Q0MjQyRSIgc3RvcC1vcGFjaXR5PSIuMjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNkNDI0MmU7c3RvcC1jb2xvcjpjb2xvcihkaXNwbGF5LXAzIC44MzE0IC4xNDEyIC4xODA0KTtzdG9wLW9wYWNpdHk6LjIxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRDQyNDJFIiBzdG9wLW9wYWNpdHk9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOm5vbmU7c3RvcC1vcGFjaXR5OjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
	width: 135px;
	height: 10px;
	transform: translate(-50%, 11px);
}
.story-shop__item .image span {
  background-color: #fff;
  width: 70px;
  height: 70px;
}
.story-shop__item .image span::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3px;
	border-radius: 50%;
	background: linear-gradient(180deg, #F12711 0%, #F5AF19 100%);
	filter: blur(60px);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: xor;
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.story-shop__item .image .storyhoverimg {
	width: 60px;
	height: 60px;
}
.modal-story-shop {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  opacity: 0;
  visibility: hidden;
}
.modal-story-shop.show {
  opacity: 1;
  visibility: visible;
}
.modal-story-shop .modal-dialog {
  max-width: 360px;
  height: calc(100% - 3.5rem);
}
.modal-story-shop .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.modal-story-shop .modal-body {
  padding: 0;
}
.modal-story-shop .modal-content, .modal-story-shop .modal-body {
  height: 100%;
  max-height: 720px;
}
.modal-story-shop .swiper-button-next, .modal-story-shop .swiper-button-prev {
  width: 42px;
  height: 42px;
}
.modal-story-shop .swiper-button-next::after, .modal-story-shop .swiper-button-prev::after {
  content: none !important;
}
.modal-story-shop .swiper-button-next {
  transform: translate(-102px, -50%);
}
.modal-story-shop .swiper-button-prev {
  transform: translate(102px, -50%);
}
.modal-story-shop .swiper-button-lock, .modal-story-shop .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .modal-story-shop .modal-dialog {
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
  }
  .modal-story-shop .modal-content, .modal-story-shop .modal-body {
    max-height: 100%;
  }
}

.story-shop__story .video .icons li {
    padding: 7px 5px 0px 5px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(17.7px);
}   

.swiper-slide-active .story-shop__story{
  border: 15px solid #ffffff14;
    border-radius: 30px;
}

.story-shop__story .heading {
  padding: 16px 20px 0;
  gap: 20px;
  z-index: 20;
}
.story-shop__story .heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(0deg, rgba(12, 12, 12, 0) 0, rgba(12, 12, 12, 0.6) 100%);
  z-index: -1;
  border-radius: 20px;
}
.video.position-relative img{
  border-radius: 20px;

}
.story-shop__story .heading .btn-follow {
  padding: 8px 12px;
}
.story-shop__story .video {
  max-height: calc(100% - 80px);
}
.story-shop__story .video .content__text,
.story-shop__story .video .icons {
  bottom: 40px;
  z-index: 20;
}
.story-shop__story .video .content__text {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 40px 56px;
}
.story-shop__story .video .content__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 170px;
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0), #0c0c0c);
  z-index: -1;
}
.story-shop__story .video .content__text .description:not(.show) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
}
.story-shop__story .video .icons {
  left: 20px;
}
.story-shop__story .video video {
  width: 100%;
  height: 100%;
}
.story-shop__story .video__box {
  position: relative;
}
.story-shop__story .video__box::before {
  content: "\e9e8";
  font-family: "icomoon";
  font-size: 56px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  overflow: 0;
  visibility: hidden;
  z-index: 4;
}
.story-shop__story .video__box.muted::before {
  opacity: 1;
  visibility: visible;
}
.story-shop__story .video__box__control-bar {
  z-index: 30;
}
.story-shop__story .video__box__control-bar__current-time {
  min-width: 34px;
}
.story-shop__story .video__box__control-bar__progress {
  height: 6px;
}
.story-shop__story .video__box__control-bar__progress span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(6px, -6px);
}
.story-shop__story .products {
  background-color: #0c0c0c;
      border-radius: 0px 0 20px 20px;
}

.story-shop__story__product {
  padding: 2px 2px 2px 10px;
  border-radius: 15px;
}
.story-shop__story__product img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
}
.story-shop__story__product .title {
  font-size: 13px;
}
.modal-comments-story {
  z-index: 10010;
}
.modal-comments-story .modal-dialog {
  max-width: 540px;
}
.modal-comments-story .modal-content {
  border-radius: 8px;
  border: 0;
}
.modal-comments-story .modal-header {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e0e0e2;
}
.modal-comments-story .modal-body {
  padding: 0;
}
.modal-comments-story .comments-story {
  padding: 20px;
  overflow-y: auto;
  min-height: 320px;
  height: 100%;
  max-height: calc(100vh - 210px);
  scrollbar-width: 4px;
  scrollbar-color: #eb0404 rgba(255, 255, 255, 0);
}
.modal-comments-story .comments-story::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0);
}
.modal-comments-story .comments-story::-webkit-scrollbar-thumb {
  background-color: #eb0404;
}
.modal-comments-story .comments-story__item .content .info img {
  width: 20px;
  height: 20px;
}
.modal-comments-story .comments-story__item .content .info > span {
  width: 6px;
  height: 6px;
  background-color: #e0e0e2;
}
.modal-comments-story .comments-story__item .reply {
  margin-right: 12px;
  padding-right: 16px;
  border-right: 1px solid #19bfd3;
}
.modal-comments-story .empty-comments-story {
  padding: 76px 20px;
}
.modal-comments-story .send-comment-story {
  padding: 16px 20px;
}
.modal-comments-story .send-comment-story__form img {
  right: 12px;
  width: 24px;
  height: 24px;
}
.modal-comments-story .send-comment-story__form .form-control {
  background-color: #f0f0f1;
  border-radius: 16px;
  padding: 0 44px 0 40px;
  font-size: 13px;
  color: #62666d;
  font-weight: 400;
}
.modal-comments-story .send-comment-story__form button {
  left: 12px;
  color: #19bfd3;
}
@media only screen and (max-width: 991px) {
  .modal-comments-story .modal-dialog {
    max-width: 100%;
  }
  .modal-comments-story .modal-header {
    margin: 0 12px;
  }
  .modal-comments-story .modal-body {
    height: 100%;
  }
  .modal-comments-story .comments-story {
    max-height: calc(100% - 147px);
    padding: 20px 12px;
  }
  .modal-comments-story .send-comment-story {
    padding: 12px;
  }
}

.modal-product-story .modal-dialog {
  max-width: 500px;
}
.modal-product-story .modal-content {
  border-radius: 8px;
  border: 0;
}
.modal-product-story .modal-header {
  padding: 16px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e0e0e2;
}
.modal-product-story .modal-body {
  padding: 0;
}
.modal-product-story .product-story {
  padding: 16px 20px;
  max-height: calc(100vh - 200px);
  min-height: 400px;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: 4px;
}
.modal-product-story .product-story::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0);
}
.modal-product-story .product-story::-webkit-scrollbar-thumb {
  background-color: #eb0404;
}
.modal-product-story .product-story img {
  width: auto;
  max-height: 250px;
}
.modal-product-story .product-story .title {
  background-color: #fef5f7;
  padding: 20px 20px 20px 8px;
}
.modal-product-story .product-story .rate__buy {
  color: #c0c2c5;
}
.modal-product-story .product-story .rate .dot {
  width: 4px;
  height: 4px;
  background-color: #e0e0e2;
}
.modal-product-story .product-story .color__item {
  padding: 3px;
  background-color: #19bfd3;
}
.modal-product-story .product-story .color__item span {
  border: 2px solid #fff;
  background-color: #212121;
  width: 32px;
  height: 32px;
}
.modal-product-story .product-story .color__item span::before {
  content: "\e9e6";
  font-family: "icomoon";
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
}
.modal-product-story .product-story .btn {
  padding: 10px 16px;
}
.modal-product-story .bottom {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.14), 0 -2px 2px rgba(0, 0, 0, 0.05);
  padding: 16px 20px;
}
.modal-product-story .bottom .btn {
  padding: 11px 16px;
}
.modal-product-story .bottom .off del {
  color: #c0c2c5;
}
.modal-product-story .bottom .off span {
  min-width: 34px;
  padding: 0 4px;
  background-color: #d32f2f;
}
.modal-product-story .bottom .price {
  color: #23254e;
}
@media only screen and (max-width: 991px) {
  .modal-product-story .modal-body {
    display: flex;
    flex-direction: column;
    height: calc(100% - 58px);
  }
  .modal-product-story .product-story {
    max-height: none;
    min-height: auto;
    height: auto;
  }
}

.story-like {
    transition: color 0.3s ease;
}

.story-like.liked i {
    color: #e74c3c !important;
}

.story-like.processing {
    opacity: 0.6;
    pointer-events: none;
}
.storyhoverimg{
    position: relative;
}
.storyhoverimg:hover img {
  filter: blur(2px) brightness(90%) !important;
}
.storyhoverimg svg {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}

.storyhoverimg:hover svg{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.upperstorytitle {
    color: #fff;
    background-image: linear-gradient(90deg, #833AB4 0%, #FD1D1D 50%, #FCB045 100%);
    text-align: center;
    font-size: 10px;
	line-height: 13px;
    display: block;
    border-radius: 20px;
    padding: 5px 12px;
    font-weight: 800;
	min-width: 56px;
    white-space: nowrap;
    transform: translate(-50%, 10px);
    z-index: 9;
}
.upperstorytitle.video {
	background-image: linear-gradient(90deg, #EE0979 -12.5%, #FF0000 111.54%);
}
.swiper.swiper-story-items .swiper-slide{
  opacity: 0 !important;
}
.swiper.swiper-story-items .swiper-slide.swiper-slide-active{
  opacity: 1 !important;
}

.title.fs-11.line-height-18.fw-normal.text-dark-10.text-center {
    font-size: 12px;
}

/* SVG Icon Styles */
.story-like svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.story-like.liked svg {
    fill: #ff0000;
}

.btn-comments-story svg {
    width: 24px;
    height: 24px;
}

.modal-close svg {
    width: 24px;
    height: 24px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 20px;
    height: 20px;
}

.send-comment-story__btn svg {
    width: 18px;
    height: 18px;
}


/* Add hover effects */
.story-like:hover svg,
.btn-comments-story:hover svg,
.modal-close:hover svg,
.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
    opacity: 0.8;
}

/* Ensure proper alignment */
.modal-close,
.swiper-button-next,
.swiper-button-prev,
.send-comment-story__btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper.swiper-story-items .swiper-products-story .swiper-slide {
    opacity: 1 !important;
}
.story-shop .swiper-button-prev,.story-shop .swiper-button-next {
    width: 32px;
    height: 27px;
    background-color: rgba(255, 255, 255, 0.69);
    border-radius: 30px;
    backdrop-filter: blur(19px);
    top: 28px;
    margin: 0;
	color: #292D32;
	transition: all 0.3s linear;
}
.story-shop .swiper-button-prev:hover,.story-shop .swiper-button-next:hover {
    background-color: #EE1844;
    color: #fff;
}
.story-shop .swiper-button-prev {
    right: 0;
    transform: translateX(12px);
}
.story-shop .swiper-button-next {
    left: 0;
    transform: translateX(-12px);
}
.story-shop .swiper-button-prev::after,.story-shop .swiper-button-next::after {
    content: none;
}
.story-shop .swiper-button-prev svg,.story-shop .swiper-button-next svg {
    width: 14px;
    height: 14px;
	transform: rotate(0deg);
}